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 0babe45 commit f10b664Copy full SHA for f10b664
.meta.toml
@@ -38,7 +38,7 @@ additional-config = [
38
]
39
40
[coverage]
41
-fail-under = 99
+fail-under = 98
42
43
[manifest]
44
additional-rules = [
pyproject.toml
@@ -12,7 +12,7 @@ source = ["zope.interface"]
12
relative_files = true
13
14
[tool.coverage.report]
15
-fail_under = 99
+fail_under = 98
16
precision = 2
17
ignore_errors = true
18
show_missing = true
0 commit comments