Skip to content

Commit b159455

Browse files
author
Thomas Baumann
committed
coverage...?
1 parent a925897 commit b159455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "print('Loading sitecustomize.py...')
8282
import coverage
8383
coverage.process_startup() " > sitecustomize.py
84-
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
84+
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC -m ${{ matrix.env }}
8585
mv data data_${{ matrix.python }}
8686
coverage combine
8787
mv .coverage coverage_${{ matrix.env }}_${{ matrix.python }}.dat

0 commit comments

Comments
 (0)