Skip to content

Commit 1b07694

Browse files
authored
Merge pull request #8 from VisLab/repo_setup
Added a prefix to the coverage paths
2 parents 65bb0cc + a5f6608 commit 1b07694

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.coveragerc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
source = remodel
33
branch = True
4+
relative_files = True
45
omit =
56
*/__init__.py
67
*/venv/*
@@ -13,4 +14,7 @@ omit =
1314

1415

1516
[report]
16-
skip_empty = true
17+
skip_empty = true
18+
19+
[xml]
20+
output = coverage.xml

.github/workflows/ci_cov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
uses: qltysh/qlty-action/coverage@v2
5454
with:
5555
files: coverage.xml
56+
add-prefix: remodel
5657
oidc: true

0 commit comments

Comments
 (0)