Skip to content

Commit dbb3f13

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
pip install -r requirements/pytest.txt
5151
- name: Test with pytest
5252
run: |
53-
pytest
53+
coverage run -m pytest
54+
coverage report
5455
5556
flake8:
5657
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)