Skip to content

Commit

Permalink
save from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Sep 30, 2024
1 parent 870ce3c commit 4d0c790
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ jobs:
timeout-minutes: 30
run: |
pytest tests/test_lace.py
pytest tests/plot_mpg.py
pytest tests/plot_mpg.py
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: data/validation_figures/Gadget/mpg_central.png

0 comments on commit 4d0c790

Please sign in to comment.