We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3be57 commit c962240Copy full SHA for c962240
pom.xml
@@ -25,6 +25,7 @@
25
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.java
26
</sonar.exclusions>
27
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
28
+ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
29
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
30
<sonar.coverage.exclusions>
31
**/dto/**/*,
@@ -34,7 +35,7 @@
34
35
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.java
36
37
</sonar.coverage.exclusions>
- <jacoco.version>0.7.5.201505241946</jacoco.version>
38
+ <jacoco.version>0.8.11</jacoco.version>
39
</properties>
40
41
<repositories>
0 commit comments