mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 07:12:17 +00:00
pom.xml update to exclude untestable classes from coverage report
This commit is contained in:
parent
f6d5644108
commit
e830ab87b0
@ -254,6 +254,13 @@
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.7.2.201409121644</version>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/Protos*.class</exclude> <!-- Exclude generated protobuf classes -->
|
||||
<exclude>org/bitcoinj/jni/*</exclude> <!-- Exclude JNI classes -->
|
||||
<exclude>org/bitcoin/*</exclude> <!-- Exclude native classes -->
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pre-unit-test</id>
|
||||
|
Loading…
Reference in New Issue
Block a user