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 a45b43f commit cf564a2Copy full SHA for cf564a2
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Test with pytest
39
run: |
40
- pytest --cov=diff_predictor diff_predictor/tests/ --cov-report=xml
+ pytest --cov=diff_predictor --cov-report=xml
41
42
- name: Upload coverage reports to Codecov
43
uses: codecov/[email protected]
0 commit comments