refactor(x/accounts/defaults/lockup): Clean up some logic (#20037)

This commit is contained in:
son trinh
2024-04-29 08:31:51 +00:00
committed by GitHub
parent 92ae8850e1
commit cb50b4caa2
18 changed files with 1313 additions and 356 deletions
-8
View File
@@ -722,14 +722,6 @@ jobs:
run: |
cd x/accounts/defaults/lockup
go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='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: x/accounts/defaults/lockup/
test-x-tx:
runs-on: ubuntu-latest