Skip to content

Commit

Permalink
Switch config to exclude_also
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 23, 2024
1 parent 022ba35 commit d685a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ markers = [
omit = ["snakebids/project_template/**", "snakebids/tests/**"]

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
exclude_also = [
"@overload",
'class [a-zA-Z0-9_]+\([^)]*Protocol.*\)',
'if TYPE_CHECKING',
Expand Down

0 comments on commit d685a9a

Please sign in to comment.