Skip to content

Commit 0ae37d6

Browse files
committed
Use config
1 parent 8d23749 commit 0ae37d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ addopts = "-l --benchmark-sort=fullname --benchmark-warmup=true --benchmark-warm
103103

104104
[tool.coverage.run]
105105
parallel = true
106+
branch = true
106107
source_pkgs = ["cattrs", "tests"]
107108

108109
[tool.coverage.report]
110+
show_missing = true
111+
skip_covered = true
112+
skip_empty = true
109113
exclude_also = [
110114
"@overload",
111115
"if TYPE_CHECKING:",

0 commit comments

Comments
 (0)