Skip to content

Commit 817b5bd

Browse files
committed
Update tox configuration
1 parent 5e60512 commit 817b5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 4.0.2
3-
envlist = py3,pep8
3+
envlist = py3,pep8,cover
44
skipsdist = True
55

66
[testenv]
@@ -21,7 +21,7 @@ setenv =
2121
commands =
2222
stestr run --no-subunit-trace {posargs}
2323
coverage combine
24-
coverage report --skip-covered
24+
coverage report --fail-under=82 --skip-covered
2525
coverage html -d cover
2626
coverage xml -o cover/coverage.xml
2727

0 commit comments

Comments
 (0)