Skip to content

Commit 51d48b0

Browse files
committed
workflow: disable codecov report
Step gets stuck and we seem to be using a deprecated way to create the report. Signed-off-by: Tuomas Katila <[email protected]>
1 parent 28719ad commit 51d48b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- run: make BUILDTAGS=kerneldrv
6262
- run: make test BUILDTAGS=kerneldrv
6363
- run: make check-github-actions
64-
- name: Codecov report
65-
run: bash <(curl -s https://codecov.io/bash)
64+
#- name: Codecov report
65+
# run: bash <(curl -s https://codecov.io/bash)
6666

6767
envtest:
6868
name: Test APIs using envtest

0 commit comments

Comments
 (0)