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

Consolidate decoding-related errors into new DecodingError type #1325

Merged
merged 73 commits into from
Sep 9, 2024

chore: update Cargo.lock

96cc7bb
Select commit
Loading
Failed to load commit list.
Merged

Consolidate decoding-related errors into new DecodingError type #1325

chore: update Cargo.lock
96cc7bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 59.92141% with 204 lines in your changes missing coverage. Please review.

Please upload report for BASE (error-handling@466c13d). Learn more about missing BASE report.

Files with missing lines Patch % Lines
ibc-core/ics25-handler/types/src/msgs.rs 0.00% 19 Missing ⚠️
...clients/ics07-tendermint/types/src/misbehaviour.rs 28.57% 15 Missing ⚠️
...e/ics03-connection/types/src/msgs/conn_open_ack.rs 58.82% 14 Missing ⚠️
...e/ics03-connection/types/src/msgs/conn_open_try.rs 69.44% 11 Missing ⚠️
ibc-apps/ics20-transfer/src/module.rs 0.00% 9 Missing ⚠️
...clients/ics07-tendermint/types/src/client_state.rs 78.57% 9 Missing ⚠️
ibc-core/ics02-client/types/src/error.rs 25.00% 9 Missing ⚠️
ibc-clients/ics07-tendermint/types/src/header.rs 75.00% 7 Missing ⚠️
ibc-core/ics03-connection/types/src/connection.rs 56.25% 7 Missing ⚠️
ibc-apps/ics20-transfer/types/src/error.rs 40.00% 6 Missing ⚠️
... and 31 more
Additional details and impacted files
@@                Coverage Diff                @@
##             error-handling    #1325   +/-   ##
=================================================
  Coverage                  ?   66.96%           
=================================================
  Files                     ?      225           
  Lines                     ?    22930           
  Branches                  ?        0           
=================================================
  Hits                      ?    15354           
  Misses                    ?     7576           
  Partials                  ?        0           

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