Skip to content

Commit c571ab7

Browse files
committed
Fix coverage configuration for GitHub Actions
1 parent f583731 commit c571ab7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ addopts = [
5555
"-ra",
5656
]
5757

58+
[tool.coverage.run]
59+
relative_files = true
60+
source = ["src"]
61+
62+
[tool.coverage.report]
63+
precision = 2
64+
show_missing = true
65+
skip_covered = false
66+
5867
[tool.ruff]
5968
target-version = "py38"
6069
line-length = 100

0 commit comments

Comments
 (0)