Skip to content

Commit 4d51e8f

Browse files
committed
Fixed report upload
1 parent fb9c56d commit 4d51e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Run Unit Tests with Coverage
3838
run: |
39-
pytest test/unit_tests/ --cov=src/ --cov-report=term-missing --cov-report=xml --cov-fail-under=70
39+
pytest test/unit_tests/ --cov=src/ --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
4040
4141
- name: Upload Coverage Report
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)