Skip to content

Commit

Permalink
coverage: ignore NotImplementedError
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jun 3, 2024
1 parent 9b7e40b commit a75b9fd
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 @@ -125,3 +125,8 @@ build = [
'*/site-packages',
'*\site-packages',
]

[tool.coverage.report]
exclude_also = [
'^\s*raise NotImplementedError\b',
]

0 comments on commit a75b9fd

Please sign in to comment.