ignore SparkEnv code cov

This commit is contained in:
Kent Yao 2018-11-07 17:13:39 +08:00
parent d4b9d61ea4
commit 5a957ef5d8

View File

@ -328,6 +328,7 @@
<exclude>**/org/apache/spark/launcher/*.class</exclude>
<exclude>**/org/apache/spark/deploy/*.class</exclude>
<exclude>**/org/apache/spark/SparkEnv.class</exclude>
<exclude>**/org/apache/spark/SparkEnv$.class</exclude>
<exclude>**/org/apache/spark/sql/hive/client/*.class</exclude>
</excludes>
</configuration>