We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ac00d commit a2425d0Copy full SHA for a2425d0
.github/jobs/unit-tests.sh
@@ -50,7 +50,7 @@ if [ $UNITSUCCESS -ne 0 ]; then
50
fi
51
52
if [ $CODECOVERAGE -eq 1 ]; then
53
- section_start_collap "Upload code coverage"
+ section_start "Upload code coverage"
54
# Only upload when we got working unit-tests.
55
set +u # Uses some variables which are not set
56
# shellcheck disable=SC1090
0 commit comments