Skip to content

Commit 4f73bc6

Browse files
committed
build: Update Codecov action to v4.0.1 with token
1 parent e0c7e1f commit 4f73bc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
- name: Run tests with coverage
3131
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
3232

33-
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v1
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/[email protected]
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)