Skip to content

Commit

Permalink
Increase minimum permitted coverage to 85%
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 8, 2021
1 parent 254c22e commit f1e318c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ tox_unmanaged:

keywords:
- configuration

min_coverage: 85
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ commands =
plugins = coverage_pyver_pragma

[coverage:report]
fail_under = 80
fail_under = 85
exclude_lines =
raise AssertionError
raise NotImplementedError
Expand Down

0 comments on commit f1e318c

Please sign in to comment.