Skip to content

Commit c962240

Browse files
committed
chore: sonar config
1 parent fd3be57 commit c962240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.java
2626
</sonar.exclusions>
2727
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
28+
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2829
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
2930
<sonar.coverage.exclusions>
3031
**/dto/**/*,
@@ -34,7 +35,7 @@
3435
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.java
3536
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.java
3637
</sonar.coverage.exclusions>
37-
<jacoco.version>0.7.5.201505241946</jacoco.version>
38+
<jacoco.version>0.8.11</jacoco.version>
3839
</properties>
3940

4041
<repositories>

0 commit comments

Comments
 (0)