Skip to content

Commit

Permalink
Merge pull request #31 from clambin/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
clambin authored Jan 31, 2024
2 parents f0d84a9 + edfc627 commit b2cab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
go test ./... -race -coverprofile=coverage.txt.tmp -covermode=atomic
grep -v "_easyjson.go" coverage.txt.tmp > coverage.txt
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b2cab3d

Please sign in to comment.