ci(codecov): disable CodeCov (#5623)

This commit is contained in:
Gabor Kiss-Vamosi
2024-02-08 14:52:58 +01:00
committed by GitHub
parent d6878daa50
commit 5ed335183b

View File

@@ -45,12 +45,12 @@ jobs:
path: | path: |
tests/ref_imgs/**/*_err.png tests/ref_imgs/**/*_err.png
test_screenshot_error.h test_screenshot_error.h
- name: Upload coverage to Codecov # - name: Upload coverage to Codecov
uses: codecov/codecov-action@v4 # uses: codecov/codecov-action@v4
if: github.event_name == 'push' && github.repository == 'lvgl/lvgl' # if: github.event_name == 'push' && github.repository == 'lvgl/lvgl'
with: # with:
fail_ci_if_error: true # fail_ci_if_error: true
verbose: true # verbose: true
test-cross: test-cross:
# The host should always be linux # The host should always be linux
runs-on: ubuntu-latest runs-on: ubuntu-latest