File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
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@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 :
You can’t perform that action at this time.
0 commit comments