mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
codecov disable search, use lcov.info directly
This commit is contained in:
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@@ -131,5 +131,12 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
|
# Upload ONLY lcov.info. By default the CLI also searches the tree and
|
||||||
|
# runs gcov over every .gcno it finds, uploading those .gcov files
|
||||||
|
# alongside -- which re-introduced corelib/test and utilite/test on
|
||||||
|
# Codecov even though the lcov --remove step had dropped them (the
|
||||||
|
# HTML artifact, built from the same lcov.info, was correctly clean).
|
||||||
|
disable_search: true
|
||||||
|
plugins: noop
|
||||||
token: ${{ env.CODECOV_TOKEN }}
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
|
|||||||
Reference in New Issue
Block a user