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 4f6a308 commit 449a1dfCopy full SHA for 449a1df
.github/jobs/unit-tests.sh
@@ -86,6 +86,6 @@ if [ $CODECOVERAGE -eq 1 ]; then
86
# Only upload when we got working unit-tests.
87
set +u # Uses some variables which are not set
88
# shellcheck disable=SC1090
89
- . $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
+ . $DIR/.github/jobs/uploadcodecov.sh &>> "$ARTIFACTS"/codecov.log
90
section_end
91
fi
0 commit comments