Skip to content

Commit 8328806

Browse files
committed
Updated codecov action
1 parent c7b2412 commit 8328806

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Run unit tests with coverage
3838
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
3939
shell: bash
40-
- uses: codecov/codecov-action@v2
40+
- uses: codecov/codecov-action@v5
4141
with:
4242
verbose: true
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
45+

0 commit comments

Comments
 (0)