Skip to content

Commit

Permalink
Merge pull request #39 from adrg/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
adrg authored Dec 2, 2024
2 parents 138ea42 + 55b5fb1 commit 0447a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: go test -v -coverprofile coverage.txt -covermode atomic ./...

- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0447a19

Please sign in to comment.