Skip to content

Commit 2245c3d

Browse files
committed
ci: use relative coverage paths for codecov mapping
1 parent a328593 commit 2245c3d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ addopts = "--cov vistopia --doctest-modules --cov-report=xml --cov-report=term"
5151
files = ["vistopia", "tests"]
5252
check_untyped_defs = true
5353
show_error_codes = true
54+
55+
[tool.coverage.run]
56+
source = ["vistopia"]
57+
relative_files = true
58+
59+
[tool.coverage.xml]
60+
output = "coverage.xml"

0 commit comments

Comments
 (0)