Skip to content

Commit

Permalink
- dial down coverage a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 17, 2024
1 parent 0babe45 commit f10b664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ additional-config = [
]

[coverage]
fail-under = 99
fail-under = 98

[manifest]
additional-rules = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source = ["zope.interface"]
relative_files = true

[tool.coverage.report]
fail_under = 99
fail_under = 98
precision = 2
ignore_errors = true
show_missing = true
Expand Down

0 comments on commit f10b664

Please sign in to comment.