Skip to content

Commit

Permalink
- test coverage on pypy lower due to skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 16, 2024
1 parent 565ce53 commit 605aeb4
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 @@ -20,7 +20,7 @@ coverage-command = [
]

[coverage]
fail-under = 100
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 @@ -13,7 +13,7 @@ source = ["zope.hookable"]
relative_files = true

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

0 comments on commit 605aeb4

Please sign in to comment.