CI: Change to action-based codecov upload

This commit is contained in:
Wilson Snyder 2024-07-26 10:27:00 -04:00
parent a01a21db86
commit 550d47b7f4
3 changed files with 9 additions and 1888 deletions

View File

@ -96,3 +96,12 @@ jobs:
env:
TESTS: coverage-${{ matrix.test }}${{ matrix.num }}
run: ./ci/ci-script.bash
- name: Upload coverage data to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
disable_search: true
files: ./nodist/obj_dir/coverage/app_total.info
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

View File

@ -194,10 +194,6 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then
esac
# 22.04: ccache -s -v
ccache -s
# Upload coverage data
if [[ $TESTS == coverage-* ]]; then
bash <(cat ci/coverage-upload.sh) -f nodist/obj_dir/coverage/app_total.info
fi
else
##############################################################################

File diff suppressed because it is too large Load Diff