Skip to content

Commit 65f74b6

Browse files
committed
Remove SonarCloud scan step from CI
1 parent 9a2b7c0 commit 65f74b6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,6 @@ jobs:
3737
- name: List coverage files
3838
run: ls "${{ github.workspace }}/coverage/"
3939

40-
- name: SonarCloud Scan
41-
uses: sonarsource/sonarcloud-github-action@master
42-
with:
43-
args: >
44-
-Dsonar.organization=managedcode
45-
-Dsonar.projectKey=managedcode_Together
46-
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
47-
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
51-
5240
- name: Upload coverage reports to Codecov
5341
uses: codecov/codecov-action@v4
5442
env:

0 commit comments

Comments
 (0)