Skip to content

Commit

Permalink
specify codecov path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Feb 11, 2025
1 parent 6e4defa commit 0c43e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: docs/source
- name: Test with pytest
run: |
coverage run -m pytest
pytest --cov=regularizepsf/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit 0c43e52

Please sign in to comment.