Skip to content

Commit

Permalink
bump codecov/codecov-action v3 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Oct 28, 2023
1 parent d93f516 commit 22479eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
go test $(go list ../... | grep -v /conn) -v -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: ./ci-test/

0 comments on commit 22479eb

Please sign in to comment.