Skip to content

Commit

Permalink
Move running coverage into a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-hl committed Feb 18, 2025
1 parent 5862722 commit f0557d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: SHARPy Tests

on:
Expand Down Expand Up @@ -47,6 +46,8 @@ jobs:
git fetch --tags -f
pip install .
pip install coverage
- name: Run coverage
run: |
coverage run -m unittest discover
coverage json
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit f0557d2

Please sign in to comment.