From b4178f55177a0c1bab22dc7f7b26ab9f737108f9 Mon Sep 17 00:00:00 2001 From: Jaime Dias Date: Sun, 15 Sep 2024 20:57:15 -0300 Subject: [PATCH] Refactor CI pipeline to include SonarCloud configuration and update SonarCloud action --- .github/workflows/ci-test-coverage-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-coverage-pipeline.yml b/.github/workflows/ci-test-coverage-pipeline.yml index fe69892..5241fc7 100644 --- a/.github/workflows/ci-test-coverage-pipeline.yml +++ b/.github/workflows/ci-test-coverage-pipeline.yml @@ -30,8 +30,8 @@ jobs: uses: SonarSource/sonarcloud-github-action@v3.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }} - SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }} with: args: > + -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} + -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION }} -Dsonar.javascript.lcov.reportPaths=coverage/lcov-report/lcov.info