Skip to content

Commit cf564a2

Browse files
authored
Update ci.yml
1 parent a45b43f commit cf564a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov=diff_predictor diff_predictor/tests/ --cov-report=xml
40+
pytest --cov=diff_predictor --cov-report=xml
4141
4242
- name: Upload coverage reports to Codecov
4343
uses: codecov/[email protected]

0 commit comments

Comments
 (0)