Skip to content

Commit e384e9d

Browse files
authored
chore(jacoco): added exclusion for weld client proxy (#2769)
1 parent eed8ab0 commit e384e9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@
695695
<exclude>**/*$$EnhancerBy*CGLIB$$*</exclude>
696696
<exclude>**/*$MockitoMock$*</exclude>
697697
<exclude>**/*$HibernateProxy$*</exclude>
698+
<exclude>**/*$Proxy$*WeldClientProxy</exclude>
698699
<exclude>org/apache/shiro/samples/guice/SampleShiroGuiceBootstrap</exclude>
699700
<exclude>org/apache/shiro/samples/guice/SampleShiroServletModule</exclude>
700701
<exclude>org/apache/shiro/**/*Test</exclude>

0 commit comments

Comments
 (0)