Skip to content

Commit

Permalink
Update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
seachicken authored Apr 12, 2024
1 parent 971d01b commit a7a08ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
go test $(go list ../... | grep -v /conn) -v -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./ci-test/
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a7a08ff

Please sign in to comment.