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 5744c3b commit 9e976b7Copy full SHA for 9e976b7
.github/jobs/unit-tests.sh
@@ -81,10 +81,10 @@ if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
81
fi
82
83
if [ $CODECOVERAGE -eq 1 ]; then
84
- section_start_collap uploadcoverage "Upload code coverage"
+ section_start "Upload code coverage"
85
# Only upload when we got working unit-tests.
86
set +u # Uses some variables which are not set
87
# shellcheck disable=SC1090
88
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
89
- section_end uploadcoverage
+ section_end
90
0 commit comments