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 cb824d3 commit 8b1a1edCopy full SHA for 8b1a1ed
.github/workflows/ci_pipeline.yml
@@ -83,7 +83,7 @@ jobs:
83
echo "print('Loading sitecustomize.py...')
84
import coverage
85
coverage.process_startup() " > sitecustomize.py
86
- coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
+ coverage run -m pytest --continue-on-collection-errors -vs --durations=0 pySDC/tests -m ${{ matrix.env }}
87
88
- name: Make coverage report
89
run: |
0 commit comments