Skip to content

Commit 3f14ca4

Browse files
author
Michael Vasseur
committed
Cleanup
1 parent 2467b51 commit 3f14ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ $UNITSUCCESS -ne 0 ]; then
5050
fi
5151

5252
if [ $CODECOVERAGE -eq 1 ]; then
53-
section_start_collap "Upload code coverage"
53+
section_start "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

0 commit comments

Comments
 (0)