Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wso2-extensions/identity-local-auth-magiclink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cccf91fbe39c7449049c2dbc8f35ff737cf97228
Choose a base ref
..
head repository: wso2-extensions/identity-local-auth-magiclink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf4754eac6fb53bede69f0db290f1968172d1ca7
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 components/org.wso2.carbon.identity.application.authenticator.magiclink/pom.xml
Original file line number Diff line number Diff line change
@@ -196,11 +196,11 @@
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- <limit implementation="org.jacoco.report.check.Limit">
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.30</minimum>
</limit>-->
<minimum> 0.17</minimum>
</limit>
</limits>
</rule>
</rules>