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 4542abc commit 91f1886Copy full SHA for 91f1886
.github/workflows/python-app.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install -e .
30
- name: Test with pytest
31
run: |
32
- pytest -vv --cov=adapt
+ pytest --cov=adapt
33
- name: Upload codecov
34
35
codecov
0 commit comments