Skip to content

Commit 13359c0

Browse files
committed
💄 Make coveragepy HTML output display contexts
1 parent 4f66fab commit 13359c0

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
@@ -268,6 +268,10 @@ directory = "misc"
268268
name = "Miscellaneous internal changes"
269269
showcontent = true
270270

271+
[tool.coverage.html]
272+
show_contexts = true
273+
skip_covered = false
274+
271275
[tool.coverage.run]
272276
branch = true
273277
source_pkgs = ["trio"]

0 commit comments

Comments
 (0)