Skip to content

Commit

Permalink
disable sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Nov 20, 2024
1 parent b1edd84 commit b68d449
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ jobs:
- name: List coverage files
run: ls '${{ github.workspace }}/coverage/'

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=managedcode
-Dsonar.projectKey=managedcode_Orleans.Graph
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: SonarCloud Scan
# uses: sonarsource/sonarcloud-github-action@master
# with:
# args: >
# -Dsonar.organization=managedcode
# -Dsonar.projectKey=managedcode_Orleans.Graph
# -Dsonar.token=${{ secrets.SONAR_TOKEN }}
# -Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b68d449

Please sign in to comment.