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 b84e270 commit 97e0290Copy full SHA for 97e0290
repo_helper.yml
@@ -10,7 +10,7 @@ license: 'MIT'
10
short_desc: 'Additional utilities for click.'
11
12
use_flit: true
13
-min_coverage: 94
+min_coverage: 93.5
14
docs_fail_on_warning: true
15
mypy_version: "0.971"
16
tox.ini
@@ -210,7 +210,7 @@ unused-arguments-ignore-variadic-names = True
210
plugins = coverage_pyver_pragma
211
212
[coverage:report]
213
-fail_under = 94
+fail_under = 93.5
214
show_missing = True
215
exclude_lines =
216
raise AssertionError
0 commit comments