Skip to content

Commit

Permalink
Split coverage and test actions because the GitHub action would not be
Browse files Browse the repository at this point in the history
marked as failed correctly
  • Loading branch information
Thomas Baumann committed Jun 2, 2023
1 parent a03f606 commit b630f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
import coverage
coverage.process_startup() " > sitecustomize.py
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
- name: Make coverage report
run: |
mv data data_${{ matrix.python }}
coverage combine
mv .coverage coverage_${{ matrix.env }}_${{ matrix.python }}.dat
Expand Down

0 comments on commit b630f47

Please sign in to comment.