Skip to content

Commit f739df1

Browse files
committed
Updating the sonarcloud syntax
1 parent 51732b0 commit f739df1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,7 @@ jobs:
133133
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
134134
with:
135135
args: >
136-
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json" \
136+
-Dsonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
137+
-Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }}
138+
-Dsonar.coverage.exclusions=tests/**/*,external/**/*
137139
-Dsonar.coverageReportPaths=artifact/sonarqube-generic-coverage.xml

0 commit comments

Comments
 (0)