We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35cf978 + a81e3c8 commit 2bb4685Copy full SHA for 2bb4685
1 file changed
.github/workflows/sonarqube.yml
@@ -48,7 +48,7 @@ jobs:
48
-Dsonar.projectKey=zowe_sample-react-app
49
-Dsonar.organization=zowe
50
-Dsonar.sources=webClient
51
- -Dsonar.tests=webClient/src/app
+ -Dsonar.tests=webClient/src/
52
-Dsonar.test.inclusions=**/*.(spec|test).ts,**/*.(spec|test).tsx,**/*.(spec|test).js,**/*.(spec|test).jsx
53
-Dsonar.exclusions=**/node_modules/**,**/dist/**,**/build/**,**/*.d.ts
54
-Dsonar.javascript.lcov.reportPaths=webClient/coverage/lcov.info
0 commit comments