We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee384a + 49824d3 commit cd7a070Copy full SHA for cd7a070
1 file changed
.github/workflows/python-package.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Test with pytest
45
run: |
46
- pytest --cov=diff_classifier diff_classifier/tests/
+ pytest --cov=diff_classifier --cov-report=xml
47
48
- name: Upload coverage reports to Codecov
49
uses: codecov/codecov-action@v4.0.1
0 commit comments