Skip to content

Commit

Permalink
Merge pull request #128 from robbievanleeuwen/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4.5.0

Bump codecov/codecov-action from 3.1.4 to 4.5.0
  • Loading branch information
robbievanleeuwen authored Jun 25, 2024
2 parents 74687e8 + 54cf9ab commit a5f174c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,6 @@ jobs:
nox --session=coverage -- xml -i
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a5f174c

Please sign in to comment.