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 489f4ca commit ad9665fCopy full SHA for ad9665f
.github/jobs/unit-tests.sh
@@ -78,6 +78,6 @@ if [ $CODECOVERAGE -eq 1 ]; then
78
# Only upload when we got working unit-tests.
79
set +u # Uses some variables which are not set
80
# shellcheck disable=SC1090
81
- . $DIR/.github/jobs/uploadcodecov.sh 1>/dev/zero 2>/dev/zero
+ . $DIR/.github/jobs/uploadcodecov.sh &>> "$ARTIFACTS"/codecov.log
82
section_end
83
fi
0 commit comments