Skip to content

Commit dd9b8a7

Browse files
Michael Vasseurvmcj
authored andcommitted
Change for different output format
1 parent 530ae31 commit dd9b8a7

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

5151
if [ $CODECOVERAGE -eq 1 ]; then
52-
section_start_collap uploadcoverage "Upload code coverage"
52+
section_start "Upload code coverage"
5353
# Only upload when we got working unit-tests.
5454
set +u # Uses some variables which are not set
5555
# shellcheck disable=SC1090
5656
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
57-
section_end uploadcoverage
57+
section_end
5858
fi

0 commit comments

Comments
 (0)