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 72e1c4b commit 7ed578eCopy full SHA for 7ed578e
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
python setup.py build_sphinx_man
38
- name: Test with pytest
39
run: |
40
- pytest --cov=bpython --cov-report=xml
+ pytest --cov=bpython --cov-report=xml -v
41
- name: Upload coverage to Codecov
42
uses: codecov/codecov-action@v1
43
env:
0 commit comments