This commit is contained in:
@@ -29,14 +29,11 @@ steps:
|
|||||||
- npx nx run-many -t test --code-coverage --passWithNoTests --projects="reviews-stars"
|
- npx nx run-many -t test --code-coverage --passWithNoTests --projects="reviews-stars"
|
||||||
|
|
||||||
- name: sonar
|
- name: sonar
|
||||||
image: sonarsource/sonar-scanner-cli:latest
|
image: ghcr.io/j04n-f/sonar-plugin
|
||||||
environment:
|
settings:
|
||||||
SONAR_HOST_URL:
|
sonar_token:
|
||||||
from_secret: SONAR_HOST_URL
|
|
||||||
SONAR_TOKEN:
|
|
||||||
from_secret: SONAR_TOKEN
|
from_secret: SONAR_TOKEN
|
||||||
commands:
|
sonar_url:
|
||||||
- sonar-scanner
|
from_secret: SONAR_HOST_URL
|
||||||
-Dsonar.pullrequest.key=${CI_COMMIT_PULL_REQUEST}
|
sonar_project_key: z-elements
|
||||||
-Dsonar.pullrequest.branch=${CI_COMMIT_SOURCE_BRANCH}
|
sonar_project_name: "Z Elements"
|
||||||
-Dsonar.pullrequest.base=${CI_COMMIT_TARGET_BRANCH}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user