Skip to content

Commit

Permalink
Merge pull request #211 from silvolu/branch-coverage
Browse files Browse the repository at this point in the history
test coverage: add branch coverage to report
  • Loading branch information
tseaver committed Oct 3, 2014
2 parents 86798a4 + bdcc091 commit c80cf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ deps =
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests
nosetests --with-xunit --with-xcoverage --cover-package=gcloud \
--nocapture --cover-erase --cover-tests --cover-branches
deps =
nose
unittest2
Expand All @@ -25,6 +26,5 @@ basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
# sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
deps =
Sphinx

0 comments on commit c80cf50

Please sign in to comment.