Skip to content

Commit 6e52f37

Browse files
committed
Upgrade Codecov integration
1 parent ac073af commit 6e52f37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Test
3737
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3838

39-
- uses: codecov/codecov-action@v1
39+
- uses: codecov/codecov-action@v5
4040
with:
41-
file: ./coverage.txt
41+
files: ./coverage.txt
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)