Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpatel67 authored Nov 18, 2024
1 parent d60ae6e commit c987a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube server URL from secrets
with:
args: |
sonar-scanner -Dsonar.tests=.
sonar-scanner -Dsonar.junit.reportPaths=test-results.xml
sonar-scanner -Dsonar.python.coverage.reportPaths=coverage.xml
sonar-scanner -D sonar.tests=.
sonar-scanner -D sonar.junit.reportPaths=test-results.xml
sonar-scanner -D sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit c987a00

Please sign in to comment.