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 51e7461 commit 886e402Copy full SHA for 886e402
.github/workflows/python-app.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install pytest
33
+ pip install pytest-cov
34
pip install -e .
35
- name: Test with pytest
36
0 commit comments