File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments