Skip to content

Commit a09f1f4

Browse files
committed
add codecov flag
1 parent 8da63c1 commit a09f1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Test with pytest
6565
run: |
6666
pip install pytest
67-
pytest
67+
pytest --cov=./
6868
- name: Upload coverage to Codecov
6969
uses: codecov/codecov-action@v1
7070
with:

0 commit comments

Comments
 (0)