We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812c0cd commit 37c11b2Copy full SHA for 37c11b2
.github/workflows/sonarcloud.yml
@@ -76,6 +76,6 @@ jobs:
76
with:
77
args: >
78
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
79
- --define sonar.coverageReportPaths=coverage.xml
+ --define sonar.cfamily.cobertura.reportPaths=coverage.xml
80
--define sonar.qualitygate.breakBuild=false
81
0 commit comments