Skip to content

Commit

Permalink
Fix missing sonar report
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Jul 18, 2024
1 parent 73340da commit 519e17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ui-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/sonarqube-quality-gate-action@master
with:
scanMetadataReportFile: ./marketplace-ui/coverage/lcov.info
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ env.SONAR_TOKEN }}
Expand Down

0 comments on commit 519e17a

Please sign in to comment.