Skip to content

Commit ee6a4c3

Browse files
authored
Merge pull request #19 from APLA-Toolbox/add-codecov
Add codecov flag
2 parents 8da63c1 + d1b58ba commit ee6a4c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- name: Test with pytest
6565
run: |
6666
pip install pytest
67-
pytest
67+
pip install pytest-cov
68+
pytest --cov=./
6869
- name: Upload coverage to Codecov
6970
uses: codecov/codecov-action@v1
7071
with:

0 commit comments

Comments
 (0)