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 testing addresses #2507

Merged
merged 19 commits into from
Feb 27, 2024

changelog: add #2507

d44bf1e
Select commit
Loading
Failed to load commit list.
Merged

refactor testing addresses #2507

changelog: add #2507
d44bf1e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2024 in 0s

53.37% (-0.01%) compared to c733be2, passed because coverage increased by +0.19% when compared to adjusted base (53.17%)

View this Pull Request on Codecov

53.37% (-0.01%) compared to c733be2, passed because coverage increased by +0.19% when compared to adjusted base (53.17%)

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 186 lines in your changes are missing coverage. Please review.

Project coverage is 53.37%. Comparing base (c733be2) to head (d44bf1e).
Report is 79 commits behind head on main.

Files Patch % Lines
crates/core/src/event.rs 47.87% 49 Missing ⚠️
crates/proof_of_stake/src/lib.rs 78.94% 36 Missing ⚠️
crates/storage/src/mockdb.rs 51.42% 17 Missing ⚠️
crates/shielded_token/src/lib.rs 26.31% 14 Missing ⚠️
crates/core/src/address.rs 75.00% 13 Missing ⚠️
crates/apps/src/lib/bench_utils.rs 0.00% 10 Missing ⚠️
crates/governance/src/storage/mod.rs 46.15% 7 Missing ⚠️
crates/sdk/src/masp.rs 0.00% 6 Missing ⚠️
crates/storage/src/lib.rs 87.87% 4 Missing ⚠️
crates/apps/src/lib/config/genesis/transactions.rs 70.00% 3 Missing ⚠️
... and 17 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2507      +/-   ##
==========================================
- Coverage   53.38%   53.37%   -0.01%     
==========================================
  Files         302      305       +3     
  Lines      103403   103354      -49     
==========================================
- Hits        55198    55169      -29     
+ Misses      48205    48185      -20     

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