Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Oct 25, 2023
2 parents 7eef0a2 + 7aaec20 commit fb178fb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/check-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,16 @@ jobs:
working-directory: ./code/gms-frontend
run: npm run test
- name: Sonarcloud scan

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
uses: SonarSource/sonarcloud-github-action@master
with:
args:
-Dsonar.projectKey=peter-szrnka_give-my-secret-frontend
-Dsonar.organization=${{ secrets.SONAR_ORGANIZATION_KEY }}
-Dsonar.test.inclusions=**/*.spec.ts
args: >
-Dsonar.projectKey=peter-szrnka_give-my-secret-frontend
-Dsonar.organization=peter-szrnka
-Dsonar.test.inclusions=**/*.spec.ts
-Dsonar.exclusions=**/*.java,**/*.class,**/*.scss,**/*.html,**/*.json,**/*.xml,**/*.js,**/environments/*.*,**/polyfills.ts,**/*module.ts,**/main.ts,**/mock-config.ts,**/*.provider.ts
-Dsonar.typescript.lcov.reportPaths=./code/gms-frontend/coverage/lcov.info
-Dsonar.javascript.lcov.reportPaths=./code/gms-frontend/coverage/lcov.info
-Dsonar.sources=./code/gms-frontend/src
-Dsonar.typescript.lcov.reportPaths=./code/gms-frontend/coverage/lcov.info
-Dsonar.javascript.lcov.reportPaths=./code/gms-frontend/coverage/lcov.info
-Dsonar.sources=./code/gms-frontend/src

0 comments on commit fb178fb

Please sign in to comment.