Skip to content

LSM e2e tests

LSM e2e tests #1816

Triggered via pull request July 25, 2023 02:25
Status Success
Total duration 15m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Analyze: tests/e2e/e2e_exec_test.go#L775
var-naming: method parameter recordId should be recordID (revive)
Analyze: tests/e2e/e2e_ibc_test.go#L31
`(*IntegrationTestSuite).sendIBC` - `valIdx` always receives `0` (unparam)
Analyze: tests/e2e/e2e_lsm_test.go#L206
S1008: should use 'return delegation.Shares.Equal(selfBondedShares.Add(sdk.NewDecFromInt(redeemAmount.Amount)))' instead of 'if !delegation.Shares.Equal(selfBondedShares.Add(sdk.NewDecFromInt(redeemAmount.Amount))) { return false }; return true' (gosimple)