Skip to content

Commit 13dc084

Browse files
authored
Update codecov.yml
1 parent 1bb98df commit 13dc084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install requirements
1212
run: pip install -r requirements.txt
1313
- name: Run tests and collect coverage
14-
run: pytest --cov .
14+
run: pytest --cov ./tests
1515
- name: Upload coverage reports to Codecov
1616
run: |
1717
# Replace `linux` below with the appropriate OS

0 commit comments

Comments
 (0)