Skip to content

Commit

Permalink
feat: add coverage excluded options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Jul 11, 2024
1 parent 1521fde commit d069e0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ sphinx-rtd-theme = "^2.0.0"
spectrum = "^0.8.1"


[tool.coverage.report]
exclude_also = [
"def __repr__",
"if __debug__:",
"raise NotImplementedError",
"if __name__ == .__main__.:",
"@abstractmethod",
]


[build-system]
Expand Down
Empty file.
File renamed without changes.

0 comments on commit d069e0a

Please sign in to comment.