marcoabreu commented on issue #12391: [MXNET-851] Test coverage metrics for 
R-package
URL: https://github.com/apache/incubator-mxnet/pull/12391#issuecomment-417775741
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to