Skip to content

Commit fd3be57

Browse files
committed
chore: added exclude files to sonar coverage
1 parent 78dfbe0 commit fd3be57

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
<sonar.exclusions>
2020
**/dto/**/*,
2121
**/domain/**/*
22-
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.class
23-
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.class
24-
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.class
25-
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.class
22+
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.java
23+
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.java
24+
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.java
25+
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.java
2626
</sonar.exclusions>
2727
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
2828
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
2929
<sonar.coverage.exclusions>
3030
**/dto/**/*,
3131
**/domain/**/*
32-
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.class
33-
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.class
34-
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.class
35-
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.class
32+
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.java
33+
**/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.java
34+
**/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.java
35+
**/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.java
3636
</sonar.coverage.exclusions>
3737
<jacoco.version>0.7.5.201505241946</jacoco.version>
3838
</properties>
@@ -159,6 +159,7 @@
159159
<artifactId>maven-surefire-plugin</artifactId>
160160
<version>3.0.0-M5</version>
161161
</plugin>
162+
162163
</plugins>
163164
<resources>
164165
<resource>

0 commit comments

Comments
 (0)