Skip to content

Commit

Permalink
Merge pull request #1277 from aio-libs/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.2.0

Bump codecov/codecov-action from 5.1.2 to 5.2.0
  • Loading branch information
jakob-keller authored Jan 23, 2025
2 parents af434cd + 60c0033 commit 38a6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uv run make mototest
- name: Upload coverage to Codecov
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage.xml
Expand Down

0 comments on commit 38a6033

Please sign in to comment.