HyukjinKwon opened a new pull request, #39107: URL: https://github.com/apache/spark/pull/39107
### What changes were proposed in this pull request? This PR is a kind of a followup of https://github.com/apache/spark/pull/36940 which fixes a mistake of replacing `inputs.type`. This PR changes it to use `PYSPARK_CODECOV` that's defined from https://github.com/apache/spark/blob/353df517f4d37aabbf807638385b0ab92dd95397/.github/workflows/build_coverage.yml#L39. Similar approach is being used in https://github.com/apache/spark/blob/353df517f4d37aabbf807638385b0ab92dd95397/.github/workflows/build_ansi.yml#L39 with https://github.com/apache/spark/blob/919e556d182f86b3e1e22cd05a546e0f2fc3e307/.github/workflows/build_and_test.yml#L797 ### Why are the changes needed? To recover the Codecov site. It stopped working for few months (https://app.codecov.io/gh/apache/spark). ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Will monitor the test cases. I am sure it works :-) -- 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]
