We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7451e0f commit 50052c5Copy full SHA for 50052c5
.github/workflows/CI.yml
@@ -22,4 +22,4 @@ jobs:
22
pip install -e .[test]
23
- name: Test with pytest
24
run: |
25
- pytest metoppy/tests --cov=metoppy --cov-report=xml
+ pytest metoppy/tests --cov=metoppy --cov-report=xml --cov-report=term
0 commit comments