mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
CI: coverage action parallelism
This commit is contained in:
parent
cca874dc83
commit
2273fa62d9
@ -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"
|
||||
|
@ -15,7 +15,7 @@ codecov:
|
||||
coverage:
|
||||
precision: 2
|
||||
round: down
|
||||
range: "70...100"
|
||||
range: "50...100"
|
||||
ignore:
|
||||
- "ci"
|
||||
- "docs"
|
||||
|
Loading…
Reference in New Issue
Block a user