Skip to content

Commit 7ea191a

Browse files
authored
Remove SonarCloud and NDepend from dotnet.yml
Removed SonarCloud scan and NDepend steps from CI workflow.
1 parent 1c187e7 commit 7ea191a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +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@v2.3.0
46-
if: github.ref == 'refs/heads/main'
47-
with:
48-
args: >
49-
-Dsonar.organization=managedcode
50-
-Dsonar.projectKey=managedcode_Storage
51-
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
52-
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
56-
57-
# - name: NDepend
58-
# uses: ndepend/ndepend-action@v1
59-
# with:
60-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
# license: ${{ secrets.NDEPENDLICENSE }}
62-
# coveragefolder: ${{ github.workspace }}/coverage/
63-
# baseline: main_recent
64-
# retention-days: 15
65-
# #stopIfQGFailed: true
66-
6744
- name: Upload coverage reports to Codecov
6845
uses: codecov/codecov-action@v3
6946
env:

0 commit comments

Comments
 (0)