mirror of https://github.com/apache/druid.git
Ignore icode coverage for nitialization classes
This commit is contained in:
parent
640c4867be
commit
aeec0c2ac2
4
pom.xml
4
pom.xml
|
@ -1264,6 +1264,10 @@
|
||||||
<version>0.8.5</version>
|
<version>0.8.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<!-- Ignore initialization classes, these are tested by the integration tests. -->
|
||||||
|
<exclude>org/apache/druid/cli/Cli*</exclude>
|
||||||
|
<exclude>org/apache/druid/cli/*JettyServerInitializer*</exclude>
|
||||||
|
|
||||||
<!-- Ignore generated code -->
|
<!-- Ignore generated code -->
|
||||||
<exclude>org/apache/druid/math/expr/antlr/Expr*</exclude> <!-- core -->
|
<exclude>org/apache/druid/math/expr/antlr/Expr*</exclude> <!-- core -->
|
||||||
<exclude>org/apache/druid/**/generated/*Benchmark*</exclude> <!-- benchmarks -->
|
<exclude>org/apache/druid/**/generated/*Benchmark*</exclude> <!-- benchmarks -->
|
||||||
|
|
Loading…
Reference in New Issue