Skip to content

Commit a5d1c73

Browse files
committed
Add branch coverage and decrease coverage minimum to 96
1 parent 0d41722 commit a5d1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ line_length = 79
7979
addopts=
8080
-n auto
8181
--cov-branch
82-
--cov-fail-under=100
82+
--cov-fail-under=96
8383
--cov-report=term-missing
8484
--cov=diskcache
8585
--doctest-glob="*.rst"

0 commit comments

Comments
 (0)