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 a925897 commit b159455Copy full SHA for b159455
.github/workflows/ci_pipeline.yml
@@ -81,7 +81,7 @@ jobs:
81
echo "print('Loading sitecustomize.py...')
82
import coverage
83
coverage.process_startup() " > sitecustomize.py
84
- coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
+ coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC -m ${{ matrix.env }}
85
mv data data_${{ matrix.python }}
86
coverage combine
87
mv .coverage coverage_${{ matrix.env }}_${{ matrix.python }}.dat
0 commit comments