Skip to content

Commit

Permalink
chore: remove sonar from simapp (cosmos#20528)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Jun 3, 2024
1 parent b245252 commit dbc0e65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,14 +454,6 @@ jobs:
run: |
cd simapp
go test -mod=readonly -timeout 30m -tags='app_v1 norace ledger test_ledger_mock' ./...
- name: sonarcloud
if: ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: simapp/
test-collections:
runs-on: ubuntu-latest
Expand Down
16 changes: 0 additions & 16 deletions simapp/sonar-project.properties

This file was deleted.

0 comments on commit dbc0e65

Please sign in to comment.