Skip to content

Commit

Permalink
-dial down fail-under because on pypy we never reach 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 15, 2024
1 parent a4dbbfc commit 282d4c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with-docs = false
use-flake8 = true

[coverage]
fail-under = 100
fail-under = 99.5

[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 = ["ExtensionClass"]
relative_files = true

[tool.coverage.report]
fail_under = 100
fail_under = 99.5
precision = 2
ignore_errors = true
show_missing = true
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ deps =
setenv =
pure: PURE_PYTHON=1
!pure-!pypy3: PURE_PYTHON=0
py312: VIRTUALENV_PIP=23.1.2
py312: PIP_REQUIRE_VIRTUALENV=0
commands =
zope-testrunner --test-path=src {posargs:-vc}
extras =
Expand Down

0 comments on commit 282d4c1

Please sign in to comment.