We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c12b6 commit f8e9027Copy full SHA for f8e9027
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+relative_files = True
3
+branch = True
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
python3.12 -m pip install --upgrade pip
31
pip install -r test_requirements.txt
32
coverage run -m pytest
33
- coverage xml -o coverage.xml --relative-files
+ coverage xml -o coverage.xml
34
deactivate
35
rm -rf env
36
- name: SonarCloud Scan
0 commit comments