Skip to content

Commit 78dfbe0

Browse files
committed
chore: jacoco sonar properties
1 parent 03e29c4 commit 78dfbe0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@
1515
<description>FIAP SOAT1 2023 - Group 63 - Payment microservice</description>
1616
<properties>
1717
<java.version>17</java.version>
18+
19+
<sonar.exclusions>
20+
**/dto/**/*,
21+
**/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
26+
</sonar.exclusions>
27+
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
28+
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
29+
<sonar.coverage.exclusions>
30+
**/dto/**/*,
31+
**/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
36+
</sonar.coverage.exclusions>
37+
<jacoco.version>0.7.5.201505241946</jacoco.version>
1838
</properties>
1939

2040
<repositories>

0 commit comments

Comments
 (0)