Skip to content

Commit 081d2f4

Browse files
committed
add token
Signed-off-by: alexferl <[email protected]>
1 parent 77c9425 commit 081d2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yaml

+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@v4
19+
with:
20+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)