Skip to content

Commit

Permalink
fixing codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Dec 8, 2022
1 parent fb16b4c commit b29b6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Test with pytest
run: |
pip install .
python setup.py pytest --addopts "--cov psfpy"
python setup.py pytest --addopts "--cov ."
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
fail_ci_if_error: true
verbose: true

0 comments on commit b29b6aa

Please sign in to comment.