Skip to content

Commit 449a1df

Browse files
committed
Store all debug output for the code coverage
1 parent 4f6a308 commit 449a1df

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

0 commit comments

Comments
 (0)