Skip to content

Commit

Permalink
Upload coverage report as job artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed May 1, 2024
1 parent 805fa98 commit fb39dbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,10 @@ jobs:
run: |
pip install pytest # ensure pytest is installed (should do nothing if already present from requirements-dev.txt)
pytest --pyargs parameter_sweep
- name: Upload coverage report as job artifact
if: matrix.coverage
uses: actions/upload-artifact@v4
with:
name: coverage-report-${{ matrix.os }}
path: coverage.xml
if-no-files-found: error

0 comments on commit fb39dbd

Please sign in to comment.