Skip to content

Commit

Permalink
Update sonar.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored Mar 13, 2024
1 parent b588563 commit fd88c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
REF=$(jq -r '.ref | select (.!=null)' sonarcloud-data/github-event.json)
echo "The PR number is $PR_NUMBER, ref is $REF, head ref is $HEAD_REF, base ref is $BASE_REF"
git fetch upstream
sonar-scanner \
--define sonar.cfamily.build-wrapper-output="sonarcloud-data" \
--define sonar.coverageReportPaths=sonarcloud-data/coverage.xml \
Expand Down

0 comments on commit fd88c8b

Please sign in to comment.