Skip to content

Commit 2ccdba2

Browse files
test(pyproject): update tool.coverage
1 parent af7873b commit 2ccdba2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ omit = [
5555
"/opt/*",
5656
"/tmp/*",
5757
]
58+
59+
[tool.coverage.report]
60+
show_missing = true
61+
sort = "-Cover"
62+
fail_under = 100
63+
64+
[tool.coverage.html]
65+
show_contexts = true

0 commit comments

Comments
 (0)