Skip to content

Commit

Permalink
Merge pull request #349 from Infomaniak/deactivate-sonar-cloud-ci-ana…
Browse files Browse the repository at this point in the history
…lysis

Deactivate Sonar Cloud CI Analysis
  • Loading branch information
ClementKunz authored Oct 16, 2024
2 parents e754e14 + bb65e86 commit f6d61a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
./infomaniak-build-tools/run-tests.ps1
- name: Compute code coverage
if: false
run : |
rm -Force -ErrorAction SilentlyContinue BullseyeCoverageExclusions
echo "exclude folder 3rdparty/\nexclude folder ../" >> BullseyeCoverageExclusions
Expand All @@ -74,11 +75,13 @@ jobs:
& "covxml.exe" "-f" "$env:COVFILE" "-o" "coverage.xml"
- name: Install sonar-scanner
if: false
uses: SonarSource/sonarcloud-github-c-cpp@v3
env:
SONAR_HOST_URL: https://sonarcloud.io

- name: Run sonar-scanner
if: false
env:
GITHUB_TOKEN: ${{ github.token }}
SONAR_TOKEN: ${{ secrets.SONAR_DESKTOP_KDRIVE_TOKEN }}
Expand Down

0 comments on commit f6d61a4

Please sign in to comment.