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