mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(codecov) disable uploading coverage for pull requests
This commit is contained in:
parent
41869f238e
commit
27d88de899
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
run: sudo apt-get install libpng-dev ruby-full; cd tests; python ./main.py report
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
if: github.event_name == 'push'
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user