File tree Expand file tree Collapse file tree 7 files changed +1792
-544
lines changed
Expand file tree Collapse file tree 7 files changed +1792
-544
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ jobs:
180180 with :
181181 name : " ${{ github.sha }}-e2e-coverage"
182182 continue-on-error : true
183- - name : sonarcloud
184- if : env.GIT_DIFF
185- uses : SonarSource/sonarcloud-github-action@master
186- env :
187- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
188- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
183+ # - name: sonarcloud
184+ # if: env.GIT_DIFF
185+ # uses: SonarSource/sonarcloud-github-action@master
186+ # env:
187+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
188+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
189189
190190 liveness-test :
191191 runs-on : ubuntu-latest
@@ -271,11 +271,11 @@ jobs:
271271 run : |
272272 cd simapp
273273 go test -mod=readonly -timeout 30m -tags='app_v1 norace ledger test_ledger_mock rocksdb_build' ./...
274- - name : sonarcloud
275- if : env.GIT_DIFF
276- uses : SonarSource/sonarcloud-github-action@master
277- env :
278- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
279- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
280- with :
281- projectBaseDir : simapp/
274+ # - name: sonarcloud
275+ # if: env.GIT_DIFF
276+ # uses: SonarSource/sonarcloud-github-action@master
277+ # env:
278+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
279+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
280+ # with:
281+ # projectBaseDir: simapp/
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments