Skip to content

Commit

Permalink
#30 Integración continua en el backend con sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed May 3, 2024
1 parent a5ab830 commit ce7e5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syg-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>Arquisoft_wiq_es1d</sonar.projectKey>
<sonar.organization>arquisoft</sonar.organization>
<sonar.coverage.jacoco.xmlReportPaths>SYG-bootstrap/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.exclusions>SYG-bootstrap/**, SYG-domain/src/main/java/syg/domain/model/** </sonar.exclusions>

</properties>
Expand Down

0 comments on commit ce7e5d1

Please sign in to comment.