Skip to content

Commit aa8aef6

Browse files
committed
Don't skip covered files in coverage HTML reports.
Otherwise you can't actually see the (dynamic) contexts within files that are fully covered.
1 parent 6c7622b commit aa8aef6

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
@@ -102,6 +102,7 @@ pattern = "(^v.+?)\nv"
102102

103103
[tool.coverage.html]
104104
show_contexts = true
105+
skip_covered = false
105106

106107
[tool.coverage.run]
107108
branch = true

0 commit comments

Comments
 (0)