Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38894][PYTHON][TESTS] Exclude pyspark.cloudpickle in test cove…
…rage report ### What changes were proposed in this pull request? This PR proposes to remove the test coverage report for `pyspark.cloudpickle` (https://codecov.io/gh/apache/spark/tree/master/python/pyspark/cloudpickle). ### Why are the changes needed? `pyspark.cloudpickle` is actually a copy from [cloudpickle](https://github.com/cloudpipe/cloudpickle) as is. We don't need to check test coverage duplicately here. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Manually tested, and verified the site and console output: ```bash cd python ./run-tests-with-coverage --python-executables=python3 --modules=pyspark-sql ``` and ``` open test_coverage/htmlcov/index.html ``` Closes apache#36191 from HyukjinKwon/SPARK-38894. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information