From 2273fa62d94a1042524e52ec7b85a4533272fffa Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 9 Dec 2020 22:00:30 -0500 Subject: [PATCH] CI: coverage action parallelism --- ci/ci-install-build.bash | 8 ++++++++ codecov.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ci/ci-install-build.bash b/ci/ci-install-build.bash index 8d54ae3bb..39fbfc936 100755 --- a/ci/ci-install-build.bash +++ b/ci/ci-install-build.bash @@ -8,9 +8,17 @@ # # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 +echo "::group::build's ci-install" export CI_BUILD_STAGE_NAME=build bash ci/ci-install.bash +echo "::endgroup" + +echo "::group::build's ci-script" mkdir -p $CCACHE_DIR && bash ci/ci-ccache-maint.bash bash ci/ci-script.bash +echo "::endgroup" + +echo "::group::test's ci-install" export CI_BUILD_STAGE_NAME=test bash ci/ci-install.bash +echo "::endgroup" diff --git a/codecov.yml b/codecov.yml index 91e26fb48..70485e67f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,7 +15,7 @@ codecov: coverage: precision: 2 round: down - range: "70...100" + range: "50...100" ignore: - "ci" - "docs"