Skip to content

Commit

Permalink
Add branch coverage and decrease coverage minimum to 96
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jan 22, 2021
1 parent 0d41722 commit a5d1c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ line_length = 79
addopts=
-n auto
--cov-branch
--cov-fail-under=100
--cov-fail-under=96
--cov-report=term-missing
--cov=diskcache
--doctest-glob="*.rst"
Expand Down

0 comments on commit a5d1c73

Please sign in to comment.