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