ci(codecov): disable CodeCov (#5623)
This commit is contained in:
committed by
GitHub
parent
d6878daa50
commit
5ed335183b
12
.github/workflows/ccpp.yml
vendored
12
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user