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

imp: further minimization of prost imports #1000

Merged
merged 5 commits into from
Dec 2, 2023

chore: touch ups

16f8e89
Select commit
Loading
Failed to load commit list.
Merged

imp: further minimization of prost imports #1000

chore: touch ups
16f8e89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2023 in 0s

70.86% (-0.05%) compared to 2259108

View this Pull Request on Codecov

70.86% (-0.05%) compared to 2259108

Details

Codecov Report

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

Comparison is base (2259108) 70.90% compared to head (16f8e89) 70.86%.

Files Patch % Lines
ibc-clients/ics07-tendermint/src/client_state.rs 0.00% 4 Missing ⚠️
ibc-core/ics23-commitment/types/src/commitment.rs 25.00% 3 Missing ⚠️
ibc-core/ics23-commitment/types/src/merkle.rs 0.00% 3 Missing ⚠️
...it/src/testapp/ibc/clients/mock/consensus_state.rs 66.66% 3 Missing ⚠️
...clients/ics07-tendermint/types/src/client_state.rs 85.71% 1 Missing ⚠️
...ents/ics07-tendermint/types/src/consensus_state.rs 85.71% 1 Missing ⚠️
ibc-clients/ics07-tendermint/types/src/header.rs 85.71% 1 Missing ⚠️
...clients/ics07-tendermint/types/src/misbehaviour.rs 85.71% 1 Missing ⚠️
...stkit/src/testapp/ibc/clients/mock/client_state.rs 85.71% 1 Missing ⚠️
...stkit/src/testapp/ibc/clients/mock/misbehaviour.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1000      +/-   ##
==========================================
- Coverage   70.90%   70.86%   -0.05%     
==========================================
  Files         178      178              
  Lines       17905    17869      -36     
==========================================
- Hits        12696    12663      -33     
+ Misses       5209     5206       -3     

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