gaogaotiantian commented on PR #53756: URL: https://github.com/apache/spark/pull/53756#issuecomment-3736915424
I believe you are thinking about "coverage run", where we instrument the unittests so we can generate coverage data. This is a different thing. We do not change how we run tests at all. The only thing we do is to upload already generated test report (not coverage report) to codecov.io. Codecov.io is the website to visualize data. It is often used to visualize coverage data - which is generated by coverage runs (we do that daily). In this case, we are using a different feature to visualize test results, it's not related to coverage at all. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
