Skip to content

Commit 9a7c58d

Browse files
committed
Mandate 100% coverage
1 parent 74d4ec9 commit 9a7c58d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ conda_channels:
1717
python_deploy_version: 3.6
1818
use_whey: True
1919
sphinx_html_theme: furo
20-
min_coverage: 99
20+
min_coverage: 100
2121
preserve_custom_theme: true
2222

2323
# Versions to run tests for

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ unused-arguments-ignore-variadic-names = True
162162
plugins = coverage_pyver_pragma
163163
164164
[coverage:report]
165-
fail_under = 99
165+
fail_under = 100
166166
exclude_lines =
167167
raise AssertionError
168168
raise NotImplementedError

0 commit comments

Comments
 (0)