Skip to content

Commit 0fd1eb5

Browse files
authored
Update dotnet.yml, removed sonar
1 parent 21ef2ae commit 0fd1eb5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
- name: List coverage files
4242
run: ls '${{ github.workspace }}/coverage/'
4343

44-
- name: SonarCloud Scan
45-
uses: sonarsource/sonarcloud-github-action@master
46-
with:
47-
args: >
48-
-Dsonar.organization=managedcode
49-
-Dsonar.projectKey=managedcode_Orleans.Identity
50-
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
51-
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5544

5645
- name: Upload coverage reports to Codecov
5746
uses: codecov/codecov-action@v3
@@ -62,4 +51,4 @@ jobs:
6251
# uses: coverallsapp/github-action@master
6352
# with:
6453
# github-token: ${{secrets.GITHUB_TOKEN }}
65-
# path-to-lcov: coverage/coverage.info
54+
# path-to-lcov: coverage/coverage.info

0 commit comments

Comments
 (0)