Skip to content

Commit 03d318f

Browse files
committed
add coverage context metadata in pyproject.toml
1 parent ef62d93 commit 03d318f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ exclude_lines = [
5656
"pragma: ${PY_MAJOR_VERSION} no cover",
5757
]
5858

59+
[tool.coverage.html]
60+
show_contexts = true
61+
5962
[tool.coverage.run]
6063
omit = [
6164
"zarr/meta_v1.py",

0 commit comments

Comments
 (0)