We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ab6c9 commit 332b2feCopy full SHA for 332b2fe
1 file changed
tools/ci/appveyor/script
@@ -116,6 +116,8 @@ run_test_coverage() {
116
# $2 - log file
117
send_coverage() {
118
echo 'Sending coverage report to coverage service...' >&2
119
+ # TODO: remove next line
120
+ make inspect.CODECOV
121
make COVERAGE_NAME="$1" coverage >> "$2" 2>&1
122
if [[ "$?" -ne 0 ]]; then
123
echo 'Sending coverage report to coverage service failed.' >&2
0 commit comments