Skip to content

Commit

Permalink
Tune coverage settings (ansible#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jun 3, 2024
1 parent ce9f01d commit 17c812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ignore-words-list = "indention"
source = ["src", ".tox/*/site-packages"]

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
exclude_also = ["pragma: no cover", "if TYPE_CHECKING:"]
omit = ["test/*"]
# Increase it just so it would pass on any single-python run
fail_under = 92
Expand Down

0 comments on commit 17c812e

Please sign in to comment.