Skip to content

Commit f8e9027

Browse files
committed
chore: get coverage report working
1 parent a1c12b6 commit f8e9027

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
relative_files = True
3+
branch = True

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3.12 -m pip install --upgrade pip
3131
pip install -r test_requirements.txt
3232
coverage run -m pytest
33-
coverage xml -o coverage.xml --relative-files
33+
coverage xml -o coverage.xml
3434
deactivate
3535
rm -rf env
3636
- name: SonarCloud Scan

0 commit comments

Comments
 (0)