Skip to content

Commit

Permalink
Merge pull request #777 from sedders123/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.3.1

Bump codecov/codecov-action from 2.1.0 to 5.3.1
  • Loading branch information
sedders123 authored Feb 10, 2025
2 parents dc3440f + b7f2dbf commit d40ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
uv run pytest tests -v --cov=phial --cov-report xml
- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v5.3.1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml

0 comments on commit d40ad5c

Please sign in to comment.