Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 5
  • Loading branch information
TobiX authored Jan 13, 2025
2 parents fac600b + 3651f91 commit 638fa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: .tox/coverage.xml

0 comments on commit 638fa38

Please sign in to comment.