Skip to content

Commit

Permalink
Fix no cover configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 26, 2024
1 parent fdb2d10 commit fb1565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ omit = ["snakebids/project_template/**", "snakebids/tests/**"]

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

0 comments on commit fb1565c

Please sign in to comment.