Skip to content

Commit ea3647d

Browse files
committed
maybe now
1 parent 853cbc5 commit ea3647d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Test with pytest and coverage
3030
run: |
31-
pytest tests/unit_tests --cov=datacrunch
31+
pytest ./tests/unit_tests --cov=datacrunch
3232
3333
- name: 'Upload coverage to Codecov'
3434
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)