We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332c41c commit 49824d3Copy full SHA for 49824d3
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