codecov disable search, use lcov.info directly

This commit is contained in:
matlabbe
2026-08-07 23:25:16 -07:00
parent 9cee4c17b2
commit 2e193ee191

View File

@@ -131,5 +131,12 @@ jobs:
uses: codecov/codecov-action@v5
with:
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 }}
fail_ci_if_error: false