Skip to content

Commit 50052c5

Browse files
authored
CI print code coverage (#8)
1 parent 7451e0f commit 50052c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
pip install -e .[test]
2323
- name: Test with pytest
2424
run: |
25-
pytest metoppy/tests --cov=metoppy --cov-report=xml
25+
pytest metoppy/tests --cov=metoppy --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)