Skip to content

Commit

Permalink
Merge pull request #46 from LSSTDESC/awo/update-codecov-action
Browse files Browse the repository at this point in the history
Update testing-and-coverage.yml to use codecov v4
  • Loading branch information
raphaelshirley authored May 16, 2024
2 parents 2b7daa4 + c106915 commit 822f486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
run: |
python -m pytest tests -m "not slow" --cov=lephare --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 822f486

Please sign in to comment.