Skip to content

Commit

Permalink
Exclude ellipsis-only lines from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Jun 22, 2024
1 parent 9fd3e8f commit 2bda7de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ branch = true
relative_files = true
include = ["src/**"]

[tool.coverage.report]
exclude_also = [
"^\\s*\\.\\.\\.\\s*(:?#.*)?$",
]

# ┌ ┐
# │ LINTING │
# └ ┘
Expand Down

0 comments on commit 2bda7de

Please sign in to comment.