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 fb9c56d commit 4d51e8fCopy full SHA for 4d51e8f
.github/workflows/code-coverage.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run Unit Tests with Coverage
38
run: |
39
- pytest test/unit_tests/ --cov=src/ --cov-report=term-missing --cov-report=xml --cov-fail-under=70
+ pytest test/unit_tests/ --cov=src/ --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
40
41
- name: Upload Coverage Report
42
uses: actions/upload-artifact@v4
0 commit comments