Skip to content

Commit

Permalink
workflows: bump codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Feb 2, 2024
1 parent 355a7d9 commit 2a45d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
run: go test -race -v ./... -coverprofile=coverage.out -covermode=atomic

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out
fail_ci_if_error: true

0 comments on commit 2a45d39

Please sign in to comment.