Skip to content

Commit

Permalink
Refactor CI pipeline to include SonarCloud configuration and update S…
Browse files Browse the repository at this point in the history
…onarCloud action
  • Loading branch information
JJDSNT committed Sep 15, 2024
1 parent 5cbe462 commit b4178f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-coverage-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: SonarSource/[email protected]
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

0 comments on commit b4178f5

Please sign in to comment.