Skip to content

Commit 609dc56

Browse files
committed
chore: update proto, docs and disable sonar
1 parent 76f624d commit 609dc56

File tree

7 files changed

+1792
-544
lines changed

7 files changed

+1792
-544
lines changed
File renamed without changes.

.github/workflows/test.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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/

client/docs/statik/statik.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)