Skip to content

Commit 043d570

Browse files
committed
Add debug commands
1 parent 2a482fb commit 043d570

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tools/ci/appveyor/script

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ run_test_coverage() {
116116
# $2 - log file
117117
send_coverage() {
118118
echo 'Sending coverage report to coverage service...' >&2
119-
# TODO: remove next line
120-
make inspect.CODECOV
121119
make COVERAGE_NAME="$1" coverage >> "$2" 2>&1
122120
if [[ "$?" -ne 0 ]]; then
123121
echo 'Sending coverage report to coverage service failed.' >&2
@@ -174,6 +172,10 @@ main() {
174172
create_log_file "${log_dir}" "${log_file}"
175173
start_heartbeat "${heartbeat_interval}"
176174

175+
# TODO: remove next lines
176+
make inspect.CODECOV
177+
make inspect.OS
178+
177179
echo "Task: ${task}." >&2
178180
if [[ "${task}" = "test" ]]; then
179181
run_tests "${log_file}"

0 commit comments

Comments
 (0)