Skip to content

Commit 505f469

Browse files
authored
fix: try to fix the issue with coverage files not uploading (#74)
1 parent 280789c commit 505f469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ jobs:
6363
run: |
6464
source .venv/bin/activate
6565
coverage run -m pytest
66+
coverage xml
6667
6768
- name: Upload Coverage to Codecov
6869
uses: codecov/codecov-action@v5.5.1
6970
with:
7071
token: ${{ secrets.CODECOV_TOKEN }}
72+
files: ./coverage.xml
73+
fail_ci_if_error: false

0 commit comments

Comments
 (0)