Github user icexelloss commented on the issue:

    https://github.com/apache/spark/pull/20204
  
    I usually run tests like this:
    ```
    SPARK_TESTING=1 bin/pyspark pyspark.sql.tests ...
    ```
    Does it make sense to expose similar usage for enabling coverage? Sth like
    ```
    SPARK_TESTING_WITH_COVERAGE=1 bin/pyspark pyspark.sql.tests ...
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to