Skip to content

Commit

Permalink
Merge pull request #234 from punch-mission/specify-codecov-path
Browse files Browse the repository at this point in the history
specify codecov path
  • Loading branch information
jmbhughes authored Feb 11, 2025
2 parents 6e4defa + a4e0aaf commit 9cbe92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/ci_fixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install -e ".[test]"
- 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 9cbe92f

Please sign in to comment.