Skip to content

Commit d0c08df

Browse files
committed
fix codecov
1 parent 33b4865 commit d0c08df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest && go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3737
- uses: codecov/[email protected]
3838
with:
39+
token: ${{secrets.CODECOV_TOKEN}}
3940
file: ./coverage.txt
4041
flags: unittests
4142
fail_ci_if_error: true
43+
version: "v0.1.15"
4244

4345
docker-build:
4446
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)