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

add optional arbitrary impls #1390

Merged
merged 10 commits into from
Jan 16, 2025

ci: try to force install cargo-msrv

7f33030
Select commit
Loading
Failed to load commit list.
Merged

add optional arbitrary impls #1390

ci: try to force install cargo-msrv
7f33030
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

67.09% (-0.26%) compared to edb36f7

View this Pull Request on Codecov

67.09% (-0.26%) compared to edb36f7

Details

Codecov Report

Attention: Patch coverage is 0% with 81 lines in your changes missing coverage. Please review.

Project coverage is 67.09%. Comparing base (edb36f7) to head (7f33030).

Files with missing lines Patch % Lines
ibc-primitives/src/lib.rs 0.00% 7 Missing ⚠️
ibc-apps/ics20-transfer/types/src/amount.rs 0.00% 5 Missing ⚠️
ibc-apps/ics20-transfer/types/src/denom.rs 0.00% 4 Missing ⚠️
ibc-apps/ics721-nft-transfer/types/src/class.rs 0.00% 4 Missing ⚠️
ibc-apps/ics721-nft-transfer/types/src/lib.rs 0.00% 4 Missing ⚠️
ibc-apps/ics721-nft-transfer/types/src/token.rs 0.00% 4 Missing ⚠️
ibc-primitives/src/types/timestamp.rs 0.00% 4 Missing ⚠️
ibc-core/ics04-channel/types/src/msgs/mod.rs 0.00% 2 Missing ⚠️
ibc-core/ics23-commitment/types/src/commitment.rs 0.00% 2 Missing ⚠️
ibc-apps/ics20-transfer/types/src/coin.rs 0.00% 1 Missing ⚠️
... and 44 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1390      +/-   ##
==========================================
- Coverage   67.35%   67.09%   -0.26%     
==========================================
  Files         225      226       +1     
  Lines       22393    22425      +32     
==========================================
- Hits        15082    15047      -35     
- Misses       7311     7378      +67     

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