Adding tests to coverage report.

This commit is contained in:
Danny Hermes
2015-09-03 10:49:54 -07:00
parent f15e80ee5a
commit 84a5d09a49

View File

@@ -22,6 +22,7 @@ commands =
nosetests \
--with-coverage \
--cover-package=oauth2client \
--cover-package=tests \
--cover-erase \
--cover-tests \
--cover-branches \
@@ -29,6 +30,7 @@ commands =
nosetests \
--with-coverage \
--cover-package=oauth2client.appengine \
--cover-package=tests.test_appengine \
--with-gae \
--cover-tests \
--cover-branches \