Skip to content

Commit 9e976b7

Browse files
committed
Change for different output format
1 parent 5744c3b commit 9e976b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/unit-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
8181
fi
8282

8383
if [ $CODECOVERAGE -eq 1 ]; then
84-
section_start_collap uploadcoverage "Upload code coverage"
84+
section_start "Upload code coverage"
8585
# Only upload when we got working unit-tests.
8686
set +u # Uses some variables which are not set
8787
# shellcheck disable=SC1090
8888
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
89-
section_end uploadcoverage
89+
section_end
9090
fi

0 commit comments

Comments
 (0)