Skip to content

Commit 3825a8c

Browse files
committed
ci(test): fix helm testing and golint
Signed-off-by: Oliver Bähler <[email protected]>
1 parent 853af99 commit 3825a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
if: ${{ steps.checksecret.outputs.result == 'true' }}
8080
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
8181
with:
82+
token: ${{ secrets.CODECOV_TOKEN }}
83+
slug: projectcapsule/capsule-proxy
8284
files: ./coverage.out
8385
fail_ci_if_error: true
8486
verbose: true

0 commit comments

Comments
 (0)