Skip to content

Commit

Permalink
Use config
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 31, 2024
1 parent 8d23749 commit 0ae37d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,13 @@ addopts = "-l --benchmark-sort=fullname --benchmark-warmup=true --benchmark-warm

[tool.coverage.run]
parallel = true
branch = true
source_pkgs = ["cattrs", "tests"]

[tool.coverage.report]
show_missing = true
skip_covered = true
skip_empty = true
exclude_also = [
"@overload",
"if TYPE_CHECKING:",
Expand Down

0 comments on commit 0ae37d6

Please sign in to comment.