Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.4 to 4.2.0
  • Loading branch information
robbievanleeuwen committed Jun 25, 2024
2 parents c3e91a2 + e287e4c commit 484e79a
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 @@ -166,4 +166,6 @@ jobs:
nox --session=coverage -- xml -i
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 484e79a

Please sign in to comment.