Skip to content

Commit 838483b

Browse files
committed
ci(github): set up codecov
1 parent 53ed45e commit 838483b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/go-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go Test
33
on:
44
pull_request:
55
push:
6-
branches: ["main"]
6+
branches: ['main']
77
workflow_dispatch:
88

99
permissions:
@@ -17,4 +17,6 @@ jobs:
1717
go-test:
1818
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
1919
with:
20-
go-versions: '["this"]'
20+
go-versions: '["this"]'
21+
secrets:
22+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)