Skip to content

Commit

Permalink
CI fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pallab Maiti authored and Pallab Maiti committed Mar 16, 2024
1 parent 1ab330b commit d193b9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
bash Scripts/xccov-to-generic.sh build/Logs/Test/*.xcresult/ > generic-coverage.xml
- name: SonarCloud Scan
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# run: |
# sonar-scanner -Dsonar.host.url=https://sonarcloud.io
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner -Dsonar.host.url=https://sonarcloud.io

0 comments on commit d193b9d

Please sign in to comment.