Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Jul 18, 2024
1 parent 4b3d935 commit fe2a097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ui-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
projectBaseDir: ./marketplace-ui
args:
-Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }}
-Dsonar.javascript.lcov.reportPaths=${{ github.workspace }}/marketplace-ui/coverage/lcov.info
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/sonarqube-quality-gate-action@master
with:
scanMetadataReportFile: ./marketplace-ui/.scannerwork/coverage/lcov.info
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ env.SONAR_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion marketplace-ui/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ sonar.sources=src
sonar.tests=src
sonar.exclusions=**/node_modules/**, src/assets/**, **/*.html, **/*.scss, src/app/shared/mocks/**, **/*.constant.ts, **/*.enum.ts, **/*.routes.ts, **/*.model.ts, **/*.config.ts, src/environments/**
sonar.test.inclusions=**/*.spec.ts
sonar.typescript.lcov.reportPaths=coverage/lcov.info

0 comments on commit fe2a097

Please sign in to comment.