Skip to content

Commit d80f541

Browse files
committed
build(workflows): trying to fix codecov
1 parent b5341cc commit d80f541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v3
19+
env:
20+
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)