1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

ci switch to codecov v2

Related: #2663
This commit is contained in:
embeddedt 2022-01-06 11:03:52 -05:00 committed by GitHub
parent 7ed1a5625a
commit 6b841555cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ jobs:
- name: Run tests - name: Run tests
run: python tests/main.py --report test run: python tests/main.py --report test
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v2
if: github.event_name == 'push' if: github.event_name == 'push'
with: with:
fail_ci_if_error: true fail_ci_if_error: true
verbose: true verbose: true