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(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus #2186

Merge branch 'main' into AXE-5101-Refactor-to-move-coin-locking-unloc…

fd6776a
Select commit
Loading
Failed to load commit list.
Merged

refactor(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus #2186

Merge branch 'main' into AXE-5101-Refactor-to-move-coin-locking-unloc…
fd6776a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 4, 2024 in 0s

39.17% (-0.73%) compared to 6271ef5

View this Pull Request on Codecov

39.17% (-0.73%) compared to 6271ef5

Details

Codecov Report

Attention: Patch coverage is 36.06089% with 672 lines in your changes missing coverage. Please review.

Project coverage is 39.17%. Comparing base (6271ef5) to head (fd6776a).

Files with missing lines Patch % Lines
x/axelarnet/types/mock/expected_keepers.go 6.78% 506 Missing and 2 partials ⚠️
x/nexus/types/mock/expected_keepers.go 63.33% 80 Missing and 8 partials ⚠️
x/nexus/keeper/lockable_coin.go 69.52% 21 Missing and 11 partials ⚠️
x/nexus/exported/mock/types.go 72.00% 17 Missing and 4 partials ⚠️
x/axelarnet/module.go 36.36% 5 Missing and 2 partials ⚠️
x/axelarnet/keeper/msg_server.go 76.00% 5 Missing and 1 partial ⚠️
x/nexus/exported/types.go 0.00% 3 Missing ⚠️
x/nexus/module.go 0.00% 3 Missing ⚠️
x/axelarnet/handler.go 0.00% 2 Missing ⚠️
x/axelarnet/keeper/ibc_transfer.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2186      +/-   ##
==========================================
- Coverage   39.89%   39.17%   -0.73%     
==========================================
  Files         373      373              
  Lines       30857    31676     +819     
==========================================
+ Hits        12310    12408      +98     
- Misses      17622    18331     +709     
- Partials      925      937      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.