Skip to content

Commit 0715fc3

Browse files
chore: migrate to sonarqube enterprise (#360)
Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
1 parent 3ee6d39 commit 0715fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,11 @@ after_pipeline:
506506
- name: SonarQube
507507
commands:
508508
- checkout
509-
- sem-version java 11
509+
- sem-version java 17
510510
- artifact pull workflow mocha-coverage.json
511511
- artifact pull workflow jest-classic-coverage.json
512512
- artifact pull workflow jest-consumer-coverage.json
513513
- artifact pull workflow jest-sr-coverage.json
514514
- npx --yes istanbul-merge --out merged-output/merged-coverage.json *-coverage.json
515515
- npx nyc report -t merged-output --report-dir coverage --reporter=text --reporter=lcov
516-
- emit-sonarqube-data --run_only_sonar_scan
516+
- emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan

0 commit comments

Comments
 (0)