Skip to content

Commit

Permalink
workflow: disable codecov report
Browse files Browse the repository at this point in the history
Step gets stuck and we seem to be using a deprecated
way to create the report.

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
  • Loading branch information
tkatila committed Apr 29, 2024
1 parent 28719ad commit 51d48b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-validate.yaml
Original file line number Diff line number Diff line change
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 51d48b0

Please sign in to comment.