We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611c663 commit 52c8664Copy full SHA for 52c8664
repo_helper.yml
@@ -14,6 +14,7 @@ short_desc: 'Sphinx autodocumenter for pytest fixtures.'
14
use_whey: true
15
sphinx_html_theme: furo
16
preserve_custom_theme: true
17
+min_coverage: 95
18
19
python_versions:
20
- 3.6
tox.ini
@@ -171,7 +171,7 @@ unused-arguments-ignore-variadic-names = True
171
plugins = coverage_pyver_pragma
172
173
[coverage:report]
174
-fail_under = 80
+fail_under = 95
175
exclude_lines =
176
raise AssertionError
177
raise NotImplementedError
0 commit comments