[OLINGO-377] Updated cobertura configuration

This commit is contained in:
mibo 2014-07-28 20:53:12 +02:00
parent aaa4f18e35
commit c24054684c
2 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,8 @@
<exclude>org/apache/olingo/**/antlr/**/*.class</exclude>
</excludes>
</instrumentation>
<check/>
<aggregate>true</aggregate>
</configuration>
</plugin>

View File

@ -532,8 +532,11 @@
<exclude>org/apache/olingo/**/tecsvc/**/*.class</exclude>
<exclude>org/apache/olingo/**/fit/**/*.class</exclude>
<exclude>org/apache/olingo/**/testutil/**/*.class</exclude>
<exclude>org/apache/olingo/**/antlr/**/*.class</exclude>
</excludes>
</instrumentation>
<check/>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>