Skip to content

Commit 23f5c45

Browse files
committed
Set minimum permitted coverage to 90%
1 parent 27e98c6 commit 23f5c45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sphinx_html_theme: furo
1515
docs_fail_on_warning: true
1616
use_whey: true
1717
standalone_contrib_guide: true
18+
min_coverage: 90
1819

1920
conda_channels:
2021
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ min_python_version = 3.6.1
139139
plugins = coverage_pyver_pragma
140140
141141
[coverage:report]
142-
fail_under = 80
142+
fail_under = 90
143143
exclude_lines =
144144
raise AssertionError
145145
raise NotImplementedError

0 commit comments

Comments
 (0)