Skip to content
Snippets Groups Projects
Commit b557d5de authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4320 OZG-4488 Fix reporting to Sonarqube

parent 8542b528
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"ci-build": "nx build --outputHashing=all", "ci-build": "nx build --outputHashing=all",
"ci-prodBuild": "nx build --outputHashing=all --configuration production", "ci-prodBuild": "nx build --outputHashing=all --configuration production",
"ci-test": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage", "ci-test": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage",
"ci-sonar": "sonar-scanner", "ci-sonar": "npm run sonar-scanner",
"lint": "nx workspace-lint && nx lint", "lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps", "affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs", "affected:libs": "nx affected:libs",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"cypress:install": "npx cypress install", "cypress:install": "npx cypress install",
"cypress:open": "npx cypress open --project apps/goofy-e2e", "cypress:open": "npx cypress open --project apps/goofy-e2e",
"workspace-generator": "nx workspace-generator", "workspace-generator": "nx workspace-generator",
"sonar-scanner": "npm test -- --testResultsProcessor='jest-sonar-reporter' && sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=364c6e09430714838730a83f55d3369a7ffda0e9" "sonar-scanner": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --update-snapshot --testResultsProcessor='jest-sonar-reporter' && npx sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=sqp_e7178a88b40b1058facaf080fad6bef746737d5e"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment