mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 15:24:16 +08:00
feat(workflows): add gcover report (#8750)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -172,3 +172,9 @@ jobs:
|
||||
echo "Failing the build due to newly generated reference images."
|
||||
exit 1
|
||||
|
||||
- name: Upload coverage reports as artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-reports-${{ matrix.build_config }}
|
||||
path: tests/report/
|
||||
|
||||
Reference in New Issue
Block a user