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 8d0813d commit 2467b51Copy full SHA for 2467b51
.github/jobs/unit-tests.sh
@@ -50,10 +50,10 @@ if [ $UNITSUCCESS -ne 0 ]; then
50
fi
51
52
if [ $CODECOVERAGE -eq 1 ]; then
53
- section_start_collap uploadcoverage "Upload code coverage"
+ section_start_collap "Upload code coverage"
54
# Only upload when we got working unit-tests.
55
set +u # Uses some variables which are not set
56
# shellcheck disable=SC1090
57
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
58
- section_end uploadcoverage
+ section_end
59
0 commit comments