Skip to content

Commit 89ea2f4

Browse files
author
Michael Vasseur
committed
Change for different output format
1 parent 2bfbd13 commit 89ea2f4

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
@@ -50,10 +50,10 @@ if [ $UNITSUCCESS -ne 0 ]; then
5050
fi
5151

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

0 commit comments

Comments
 (0)