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

Loading…
Cancel
Save