Skip to content

Commit

Permalink
updated the path
Browse files Browse the repository at this point in the history
  • Loading branch information
ASubaran committed Oct 30, 2024
1 parent 767ce8e commit c0cc02b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
wget -O sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip
unzip sonar-scanner.zip
mv sonar-scanner-4.6.2.2472-linux sonar-scanner
export PATH="${PATH}:${GITHUB_WORKSPACE}/sonar-scanner/bin"
pwd
export PATH="/home/runner/work/immunisation-batch/immunisation-batch/coverage_html_report"
- name: Run SonarQube Scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PATH: "${PATH}:${GITHUB_WORKSPACE}/sonar-scanner/bin"
PATH: "/home/runner/work/immunisation-batch/immunisation-batch/coverage_html_report"
run: |
pwd
ls -R /home/runner/work/immunisation-batch/immunisation-batch/coverage_html_report
sonar-scanner \
-Dsonar.projectKey=NHSDigital_immunisation-batch \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit c0cc02b

Please sign in to comment.