Skip to content

Commit

Permalink
refactor(x/accounts/defaults/lockup): Clean up some logic (cosmos#20037)
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 authored and meetrick committed Apr 29, 2024
1 parent fc07c2f commit b1c0693
Show file tree
Hide file tree
Showing 18 changed files with 1,313 additions and 356 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1c0693

Please sign in to comment.