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 449197e commit de9baa1Copy full SHA for de9baa1
.github/workflows/testing.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Test with pytest
126
run: |
127
cd ${CLAW}/pyclaw
128
- coverage run --source=src -m pytest --ignore=development -k "not test_shallow_sphere"
+ coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere"
129
130
- name: Upload to Coveralls
131
if: always()
0 commit comments