Skip to content

Commit b076cfc

Browse files
chore: migrate to sonarqube enterprise
1 parent 728c609 commit b076cfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,10 @@ after_pipeline:
506506
- name: SonarQube
507507
commands:
508508
- checkout
509-
- sem-version java 17
510509
- artifact pull workflow mocha-coverage.json
511510
- artifact pull workflow jest-classic-coverage.json
512511
- artifact pull workflow jest-consumer-coverage.json
513512
- artifact pull workflow jest-sr-coverage.json
514513
- npx --yes istanbul-merge --out merged-output/merged-coverage.json *-coverage.json
515514
- npx nyc report -t merged-output --report-dir coverage --reporter=text --reporter=lcov
516-
- emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan
515+
- emit-sonarqube-data --run_only_sonar_scan

0 commit comments

Comments
 (0)