Skip to content

Commit

Permalink
Exclude service component and data holder from jacoco coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaura committed Oct 25, 2024
1 parent 12ace7e commit 2f95351
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>org/wso2/carbon/identity/application/authenticator/organization/login/internal/AuthenticatorServiceComponent.class</exclude>
<exclude>org/wso2/carbon/identity/application/authenticator/organization/login/internal/AuthenticatorDataHolder.class</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>default-instrument</id>
Expand Down

0 comments on commit 2f95351

Please sign in to comment.