Adjust coverage filters

pull/422/head
Brett Wooldridge 10 years ago
parent 02122fc5e8
commit f0ffdf073d

@ -192,7 +192,7 @@
<!-- Sets the name of the property containing the settings for JaCoCo runtime agent. -->
<propertyName>surefireArgLine</propertyName>
<excludes>
<exclude>**/com/zaxxer/hikari/proxy/**</exclude>
<exclude>**/com/zaxxer/hikari/pool/Proxy*</exclude>
<exclude>**/com/zaxxer/hikari/metrics/**</exclude>
</excludes>
</configuration>
@ -210,7 +210,7 @@
<!-- Sets the output directory for the code coverage report. -->
<outputDirectory>${project.reporting.outputDirectory}/jacoco</outputDirectory>
<excludes>
<exclude>**/com/zaxxer/hikari/proxy/**</exclude>
<exclude>**/com/zaxxer/hikari/pool/Proxy*</exclude>
<exclude>**/com/zaxxer/hikari/metrics/**</exclude>
</excludes>
</configuration>

Loading…
Cancel
Save