Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
adrg authored Dec 2, 2024
2 parents cb540b5 + d0d5269 commit 9b2d5e2
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 @@ -32,6 +32,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 9b2d5e2

Please sign in to comment.