We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a482fb commit 043d570Copy full SHA for 043d570
1 file changed
tools/ci/appveyor/script
@@ -116,8 +116,6 @@ 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
@@ -174,6 +172,10 @@ main() {
174
172
create_log_file "${log_dir}" "${log_file}"
175
173
start_heartbeat "${heartbeat_interval}"
176
+ # TODO: remove next lines
+ make inspect.CODECOV
177
+ make inspect.OS
178
+
179
echo "Task: ${task}." >&2
180
if [[ "${task}" = "test" ]]; then
181
run_tests "${log_file}"
0 commit comments