Skip to content

Commit

Permalink
Merge pull request #80 from cailloumajor/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
cailloumajor authored Nov 18, 2024
2 parents 73105f6 + 5e8d8d5 commit aa7c74b
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 @@ -51,7 +51,7 @@ jobs:
- name: Test
run: go test -coverprofile cover.out -race -v ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit aa7c74b

Please sign in to comment.