Skip to content

Commit ad9665f

Browse files
committed
Store all debug output for the code coverage
1 parent 489f4ca commit ad9665f

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
@@ -78,6 +78,6 @@ if [ $CODECOVERAGE -eq 1 ]; then
7878
# Only upload when we got working unit-tests.
7979
set +u # Uses some variables which are not set
8080
# shellcheck disable=SC1090
81-
. $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
81+
. $DIR/.github/jobs/uploadcodecov.sh &>> "$ARTIFACTS"/codecov.log
8282
section_end
8383
fi

0 commit comments

Comments
 (0)