Skip to content

Commit

Permalink
Fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviousStoat committed Feb 13, 2024
1 parent 2857788 commit 5e14bab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,7 @@ omit = [
]

[tool.coverage.report]
exclude_also = ["@t.overload"]
exclude_lines = [
"pragma: no cover",
"@t.overload"
]

0 comments on commit 5e14bab

Please sign in to comment.