[OLINGO-377] Updated cobertura configuration
This commit is contained in:
parent
aaa4f18e35
commit
c24054684c
|
@ -195,6 +195,8 @@
|
||||||
<exclude>org/apache/olingo/**/antlr/**/*.class</exclude>
|
<exclude>org/apache/olingo/**/antlr/**/*.class</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</instrumentation>
|
</instrumentation>
|
||||||
|
<check/>
|
||||||
|
<aggregate>true</aggregate>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
3
pom.xml
3
pom.xml
|
@ -532,8 +532,11 @@
|
||||||
<exclude>org/apache/olingo/**/tecsvc/**/*.class</exclude>
|
<exclude>org/apache/olingo/**/tecsvc/**/*.class</exclude>
|
||||||
<exclude>org/apache/olingo/**/fit/**/*.class</exclude>
|
<exclude>org/apache/olingo/**/fit/**/*.class</exclude>
|
||||||
<exclude>org/apache/olingo/**/testutil/**/*.class</exclude>
|
<exclude>org/apache/olingo/**/testutil/**/*.class</exclude>
|
||||||
|
<exclude>org/apache/olingo/**/antlr/**/*.class</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</instrumentation>
|
</instrumentation>
|
||||||
|
<check/>
|
||||||
|
<aggregate>true</aggregate>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue