test: upload to CodeCov only from lvgl/lvgl
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
test_screenshot_error.h
|
test_screenshot_error.h
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
if: github.event_name == 'push'
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user