Skip to content

Commit 17bccbb

Browse files
committed
Show test coverage of source files in tox
1 parent 76c34a7 commit 17bccbb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ exclude =
8686
docs
8787
max-line-length = 88
8888
ignore = W503
89+
90+
[coverage:run]
91+
omit =
92+
.tox/*

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ deps = coverage
3232
commands =
3333
coverage html
3434
coverage report --include="tests/*" --fail-under=100 -m
35-
#coverage report --omit="tests/*" --fail-under=90 -m
35+
coverage report --omit="tests/*" # --fail-under=90 -m

0 commit comments

Comments
 (0)