Skip to content

Commit 866d7cc

Browse files
committed
feat(ci): show test coverage
1 parent 0b3bcca commit 866d7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install -r requirements/pytest.txt
5151
- name: Test with pytest
5252
run: |
53-
pytest
53+
coverage run --source=. -m py.test
5454
5555
flake8:
5656
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)