Skip to content

Commit 85f432f

Browse files
committed
exclude library class from jacoco code coverage
1 parent 7be98fa commit 85f432f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
<configuration>
308308
<excludes>
309309
<exclude>domainapp/dom/modules/simple/QSimpleObject.class</exclude>
310+
<exclude>**com.steadystate*</exclude>
310311
</excludes>
311312
</configuration>
312313
<executions>

0 commit comments

Comments
 (0)