We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65bb0cc + a5f6608 commit 1b07694Copy full SHA for 1b07694
2 files changed
.coveragerc
@@ -1,6 +1,7 @@
1
[run]
2
source = remodel
3
branch = True
4
+relative_files = True
5
omit =
6
*/__init__.py
7
*/venv/*
@@ -13,4 +14,7 @@ omit =
13
14
15
16
[report]
-skip_empty = true
17
+skip_empty = true
18
+
19
+[xml]
20
+output = coverage.xml
.github/workflows/ci_cov.yaml
@@ -53,4 +53,5 @@ jobs:
53
uses: qltysh/qlty-action/coverage@v2
54
with:
55
files: coverage.xml
56
+ add-prefix: remodel
57
oidc: true
0 commit comments