We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0be6 commit 728e411Copy full SHA for 728e411
.github/jobs/unit-tests.sh
@@ -73,10 +73,10 @@ if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
73
fi
74
75
if [ $CODECOVERAGE -eq 1 ]; then
76
- section_start_collap uploadcoverage "Upload code coverage"
+ section_start "Upload code coverage"
77
# Only upload when we got working unit-tests.
78
set +u # Uses some variables which are not set
79
# shellcheck disable=SC1090
80
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
81
- section_end uploadcoverage
+ section_end
82
0 commit comments