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 3ee6d39 commit 0715fc3Copy full SHA for 0715fc3
.semaphore/semaphore.yml
@@ -506,11 +506,11 @@ after_pipeline:
506
- name: SonarQube
507
commands:
508
- checkout
509
- - sem-version java 11
+ - sem-version java 17
510
- artifact pull workflow mocha-coverage.json
511
- artifact pull workflow jest-classic-coverage.json
512
- artifact pull workflow jest-consumer-coverage.json
513
- artifact pull workflow jest-sr-coverage.json
514
- npx --yes istanbul-merge --out merged-output/merged-coverage.json *-coverage.json
515
- npx nyc report -t merged-output --report-dir coverage --reporter=text --reporter=lcov
516
- - emit-sonarqube-data --run_only_sonar_scan
+ - emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan
0 commit comments