Skip to content

Commit

Permalink
Merge pull request #1722 from tkatila/disable-codecov
Browse files Browse the repository at this point in the history
workflow: disable codecov report
  • Loading branch information
mythi committed Apr 29, 2024
2 parents 28719ad + 51d48b0 commit 80cec0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-validate.yaml
Expand Up @@ -61,8 +61,8 @@ jobs:
- run: make BUILDTAGS=kerneldrv
- run: make test BUILDTAGS=kerneldrv
- run: make check-github-actions
- name: Codecov report
run: bash <(curl -s https://codecov.io/bash)
#- name: Codecov report
# run: bash <(curl -s https://codecov.io/bash)

envtest:
name: Test APIs using envtest
Expand Down

0 comments on commit 80cec0e

Please sign in to comment.