Skip to content

Commit 80cec0e

Browse files
authored
Merge pull request #1722 from tkatila/disable-codecov
workflow: disable codecov report
2 parents 28719ad + 51d48b0 commit 80cec0e

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)