Skip to content

Commit

Permalink
chore: use exclude_also in coverage settings (python-poetry#8736)
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
bswck and radoering authored Dec 4, 2023
1 parent 0578ed8 commit d102119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ xattr = { version = "^0.10.0", markers = "sys_platform == 'darwin'" }
pre-commit = ">=2.10"

[tool.poetry.group.test.dependencies]
coverage = ">=7.2.0"
deepdiff = "^6.3"
httpretty = "^1.1"
pytest = "^7.1"
Expand Down Expand Up @@ -200,7 +201,6 @@ markers = [


[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
exclude_also = [
"if TYPE_CHECKING:"
]

0 comments on commit d102119

Please sign in to comment.