Skip to content

Commit a7ba09c

Browse files
committed
ci: change testing directory
1 parent 7abaf8e commit a7ba09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
PYTHONPATH: ./src
3131
run: |
32-
coverage run -m pytest tests/
32+
coverage run -m pytest src/tests
3333
coverage xml
3434
3535
- name: Upload Report to Coveralls

0 commit comments

Comments
 (0)