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 4414756 commit 8ec4129Copy full SHA for 8ec4129
.semaphore/semaphore.yml
@@ -177,12 +177,11 @@ after_pipeline:
177
- name: SonarQube
178
commands:
179
- checkout
180
- - sem-version java 17
181
- mise use dotnet@8
182
- dotnet tool install --tool-path $PWD dotnet-coverage
183
- artifact pull workflow unit-coverage.xml || true
184
- artifact pull workflow classic-coverage.xml || true
185
- artifact pull workflow consumer-coverage.xml || true
186
- artifact pull workflow sr-target || true
187
- ./dotnet-coverage merge *coverage.xml **/*coverage.xml -o coverage.xml -f xml --remove-input-files
188
- - emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan
+ - emit-sonarqube-data --run_only_sonar_scan
0 commit comments