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

feat: eIBC V1 #493

Merged
merged 71 commits into from
Feb 19, 2024

Manually changed go.sum for osmo dep to make tests go through.

3cfa8d5
Select commit
Loading
Failed to load commit list.
Merged

feat: eIBC V1 #493

Manually changed go.sum for osmo dep to make tests go through.
3cfa8d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 19, 2024 in 0s

30.70% (-0.02%) compared to cd821aa

View this Pull Request on Codecov

30.70% (-0.02%) compared to cd821aa

Details

Codecov Report

Attention: 2041 lines in your changes are missing coverage. Please review.

Comparison is base (cd821aa) 30.71% compared to head (3cfa8d5) 30.70%.
Report is 2 commits behind head on main.

Files Patch % Lines
x/eibc/types/tx.pb.go 3.33% 374 Missing and 3 partials ⚠️
x/eibc/types/query.pb.go 2.31% 337 Missing ⚠️
x/eibc/types/demand_order.pb.go 39.50% 245 Missing and 49 partials ⚠️
x/eibc/types/genesis.pb.go 1.08% 274 Missing ⚠️
x/eibc/types/params.pb.go 1.35% 219 Missing ⚠️
x/eibc/types/query.pb.gw.go 4.05% 70 Missing and 1 partial ⚠️
x/common/types/rollapp_packet.pb.go 23.21% 38 Missing and 5 partials ⚠️
x/eibc/keeper/invariants.go 33.84% 36 Missing and 7 partials ⚠️
x/eibc/keeper/keeper.go 71.12% 29 Missing and 12 partials ⚠️
x/eibc/client/cli/tx.go 0.00% 37 Missing ⚠️
... and 29 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #493      +/-   ##
==========================================
- Coverage   30.71%   30.70%   -0.02%     
==========================================
  Files         166      200      +34     
  Lines       25719    28460    +2741     
==========================================
+ Hits         7900     8738     +838     
- Misses      16552    18324    +1772     
- Partials     1267     1398     +131     

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