Skip to content

Commit

Permalink
Set minimum permitted coverage to 74%
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 16, 2021
1 parent 59b87eb commit 9594c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ extra_sphinx_extensions:

tox_requirements:
- "tox-pip-version>=0.0.7"

min_coverage: 74
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ count = True
plugins = coverage_pyver_pragma
[coverage:report]
fail_under = 74
exclude_lines =
raise AssertionError
raise NotImplementedError
Expand Down

0 comments on commit 9594c1f

Please sign in to comment.