Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 30, 2023
1 parent 55c4b64 commit 9998043
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
with:
projectBaseDir: cpp
args: >
-Dsonar.host.url=${{ env.SONAR_SERVER_URL }} \
-Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} \
-Dsonar.organization=${{ env.SONAR_ORGANIZATION }} \
-Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }} \
-Dsonar.coverageReportPaths=coverage.xml \
-Dsonar.exclusions="obj/**,bin/**,generated/**" \
-Dsonar.coverage.exclusions="test/**" \
-Dsonar.host.url=${{ env.SONAR_SERVER_URL }}
-Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }}
-Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
-Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }}
-Dsonar.coverageReportPaths=coverage.xml
-Dsonar.exclusions="obj/**,bin/**,generated/**"
-Dsonar.coverage.exclusions="test/**"
-Dsonar.cpd.exclusions="test/**"

0 comments on commit 9998043

Please sign in to comment.