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 dfb0036 commit 784d3b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
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.cpd.exclusions="test/**"
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.cpd.exclusions="test/**"

0 comments on commit 784d3b5

Please sign in to comment.