Skip to content

Commit

Permalink
tweak coverage command, ignore webapp/htmlcov
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCech committed Dec 4, 2017
1 parent 85d8dc4 commit 9b07842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ docs/_build
storage
webapp/coverage.xml
webapp/.coverage
webapp/htmlcov
webapp/static
webapp/static/**/*
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setenv =
passenv = TEST_MYSQL_* TEST_POSTGRESQL_*
changedir = webapp
commands =
coverage run --branch --include=graphite/* manage.py test
coverage run --branch --source=graphite manage.py test
coverage xml
coverage report
deps =
Expand Down

0 comments on commit 9b07842

Please sign in to comment.