Skip to content

Commit

Permalink
Report coverage on all source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Oct 5, 2018
1 parent 76d6ba4 commit df66697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,6 +1,6 @@
[run]
branch = True
source = DocumentTemplate
source = src

[report]
precision = 2
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -30,7 +30,7 @@ commands =
coverage combine
coverage html
coverage xml
coverage report --fail-under=77
coverage report --fail-under=68

[testenv:flake8]
basepython = python3.6
Expand Down

0 comments on commit df66697

Please sign in to comment.