Skip to content

Commit 728e411

Browse files
committed
Change for different output format
1 parent 84f0be6 commit 728e411

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
@@ -73,10 +73,10 @@ if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
7373
fi
7474

7575
if [ $CODECOVERAGE -eq 1 ]; then
76-
section_start_collap uploadcoverage "Upload code coverage"
76+
section_start "Upload code coverage"
7777
# Only upload when we got working unit-tests.
7878
set +u # Uses some variables which are not set
7979
# shellcheck disable=SC1090
8080
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
81-
section_end uploadcoverage
81+
section_end
8282
fi

0 commit comments

Comments
 (0)