Skip to content

Commit b9a172f

Browse files
Merge pull request #2847 from VWS-Python/chore/coverage-show-missing-20260215
Enable coverage report.show_missing
2 parents 9654d57 + afa54a8 commit b9a172f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ run.branch = true
292292
report.exclude_also = [
293293
"if TYPE_CHECKING:",
294294
]
295+
report.show_missing = true
295296

296297
[tool.mypy]
297298
strict = true

0 commit comments

Comments
 (0)