Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: cleanup test receiver #1374

Merged
merged 1 commit into from
Apr 29, 2022
Merged

refactor: cleanup test receiver #1374

merged 1 commit into from
Apr 29, 2022

Conversation

alexanderbez
Copy link
Contributor

Cleanup receiver name in app tests

closes: #1280

@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2022

Codecov Report

Merging #1374 (15a3389) into main (f56fbe5) will decrease coverage by 1.44%.
The diff coverage is 2.72%.

@@            Coverage Diff             @@
##             main    #1374      +/-   ##
==========================================
- Coverage   19.82%   18.38%   -1.45%     
==========================================
  Files         202      213      +11     
  Lines       27685    30172    +2487     
==========================================
+ Hits         5489     5547      +58     
- Misses      21175    23599    +2424     
- Partials     1021     1026       +5     
Impacted Files Coverage Δ
x/gamm/pool-models/stableswap/amm.go 43.28% <0.00%> (-12.49%) ⬇️
x/gamm/pool-models/stableswap/msgs.go 0.00% <0.00%> (ø)
x/gamm/pool-models/stableswap/pool.go 0.00% <0.00%> (ø)
x/gamm/pool-models/stableswap/stableswap_pool.go 0.00% <0.00%> (ø)
x/gamm/types/pool.go 0.00% <ø> (ø)
x/incentives/keeper/distribute.go 61.00% <0.00%> (ø)
x/incentives/keeper/hooks.go 50.00% <0.00%> (ø)
x/lockup/client/cli/query.go 51.99% <0.00%> (-3.00%) ⬇️
x/lockup/keeper/grpc_query.go 50.40% <0.00%> (-4.47%) ⬇️
x/lockup/keeper/store.go 84.95% <0.00%> (-2.32%) ⬇️
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db6e756...15a3389. Read the comment docs.

@mergify mergify bot merged commit 405ea1c into main Apr 29, 2022
@mergify mergify bot deleted the bez/1280-refactor-test-suite branch April 29, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Shorten receiver name in apptesting test suite
3 participants