Skip to content

Commit def9499

Browse files
Michael Vasseurvmcj
authored andcommitted
Change for different output format
1 parent be5079d commit def9499

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

5959
if [ $CODECOVERAGE -eq 1 ]; then
60-
section_start_collap uploadcoverage "Upload code coverage"
60+
section_start "Upload code coverage"
6161
# Only upload when we got working unit-tests.
6262
set +u # Uses some variables which are not set
6363
# shellcheck disable=SC1090
6464
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
65-
section_end uploadcoverage
65+
section_end
6666
fi

0 commit comments

Comments
 (0)