Have a look at the source here: https://github.com/r-lib/covr/blob/master/R/codecov.R
They automatically try to upload to codecov. We don't want that. Instead, we want this output to be redirected to a file. Our method then automatically picks that file up and uploads it properly. Basically what I would recommend is to take that function and replicate it to redirect the output to a file. Can you try that? The reason we don't want this implicit upload is because of high availability. We took some measures because codecov is not really reliable in terms of availability of their default endpoints. [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12391 ] This message was relayed via gitbox.apache.org for [email protected]
