We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2b7c0 commit 65f74b6Copy full SHA for 65f74b6
.github/workflows/dotnet.yml
@@ -37,18 +37,6 @@ jobs:
37
- name: List coverage files
38
run: ls "${{ github.workspace }}/coverage/"
39
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
-
52
- name: Upload coverage reports to Codecov
53
uses: codecov/codecov-action@v4
54
env:
0 commit comments