We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8dc4 commit 9b07842Copy full SHA for 9b07842
.gitignore
@@ -17,5 +17,6 @@ docs/_build
17
storage
18
webapp/coverage.xml
19
webapp/.coverage
20
+webapp/htmlcov
21
webapp/static
22
webapp/static/**/*
tox.ini
@@ -15,7 +15,7 @@ setenv =
15
passenv = TEST_MYSQL_* TEST_POSTGRESQL_*
16
changedir = webapp
commands =
- coverage run --branch --include=graphite/* manage.py test
+ coverage run --branch --source=graphite manage.py test
coverage xml
coverage report
deps =
0 commit comments