Skip to content

Commit 65168d8

Browse files
committed
Reduce minimum permitted test coverage.
1 parent a3e8c53 commit 65168d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ tox_testenv_extras: all
7373
additional_ignore:
7474
- pathtype_demo.py
7575

76-
min_coverage: 98
76+
min_coverage: 96

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ commands =
8686
plugins = coverage_pyver_pragma
8787

8888
[coverage:report]
89-
fail_under = 80
89+
fail_under = 96
9090
exclude_lines =
9191
raise AssertionError
9292
raise NotImplementedError

0 commit comments

Comments
 (0)