We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853cbc5 commit ea3647dCopy full SHA for ea3647d
1 file changed
.github/workflows/unit_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Test with pytest and coverage
30
run: |
31
- pytest tests/unit_tests --cov=datacrunch
+ pytest ./tests/unit_tests --cov=datacrunch
32
33
- name: 'Upload coverage to Codecov'
34
uses: codecov/codecov-action@v1
0 commit comments