Skip to content

Commit 84a5d09

Browse files
committed
Adding tests to coverage report.
1 parent f15e80e commit 84a5d09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ commands =
2222
nosetests \
2323
--with-coverage \
2424
--cover-package=oauth2client \
25+
--cover-package=tests \
2526
--cover-erase \
2627
--cover-tests \
2728
--cover-branches \
2829
--ignore-files=test_appengine\.py
2930
nosetests \
3031
--with-coverage \
3132
--cover-package=oauth2client.appengine \
33+
--cover-package=tests.test_appengine \
3234
--with-gae \
3335
--cover-tests \
3436
--cover-branches \

0 commit comments

Comments
 (0)