Skip to content

Commit

Permalink
Merge pull request #19 from jeremmfr/codecov-action-4
Browse files Browse the repository at this point in the history
workflows: bump codecov/codecov-action from 3 to 4
  • Loading branch information
jeremmfr authored Feb 2, 2024
2 parents 355a7d9 + 2a45d39 commit 17bbb2c
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 17bbb2c

Please sign in to comment.