From a480843979e6c3979715ec5625e4fb58ae599612 Mon Sep 17 00:00:00 2001 From: carlosbastoslaet Date: Mon, 5 Jan 2026 21:49:08 -0300 Subject: [PATCH] fix sonar --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 354bff1..20afee1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -79,10 +79,10 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | - mvn -B clean verify \ - org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \ + cd app + mvn clean verify sonar:sonar \ -Dsonar.projectKey=soat-tech-challenge-2025_lambda-identification-auth \ - -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml + -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml # ========================================================= # DEPLOY LAMBDA (ORIGINAL, só com depends) ⚠️