code coverage excludes

This commit is contained in:
Kent Yao 2018-05-14 14:06:11 +08:00
parent 4a81c947b5
commit 99d124963e

View File

@ -508,6 +508,9 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<excludes>org.apache.hive.service.cli.thrift.*</excludes>
</configuration>
</execution>
</executions>
</plugin>