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

randomness #4: RandManager update from randomnet #12224

Merged
merged 3 commits into from
Feb 28, 2024

RandManager update from randomnet

ac14b75
Select commit
Loading
Failed to load commit list.
Merged

randomness #4: RandManager update from randomnet #12224

RandManager update from randomnet
ac14b75
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2024 in 0s

70.0% (+0.0%) compared to c4fcbb9

View this Pull Request on Codecov

70.0% (+0.0%) compared to c4fcbb9

Details

Codecov Report

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

Project coverage is 70.0%. Comparing base (c4fcbb9) to head (ac14b75).
Report is 22 commits behind head on main.

❗ Current head ac14b75 differs from pull request most recent head 4f992f3. Consider uploading reports for the commit 4f992f3 to get more accurate results

Files Patch % Lines
consensus/src/rand/rand_gen/types.rs 15.2% 144 Missing ⚠️
consensus/src/rand/rand_gen/rand_manager.rs 0.0% 64 Missing ⚠️
consensus/src/rand/rand_gen/storage/db.rs 0.0% 21 Missing ⚠️
consensus/src/counters.rs 0.0% 14 Missing ⚠️
...nsus/src/rand/rand_gen/reliable_broadcast_state.rs 0.0% 12 Missing ⚠️
consensus/src/rand/rand_gen/storage/schema.rs 0.0% 12 Missing ⚠️
consensus/src/rand/rand_gen/aug_data_store.rs 0.0% 10 Missing ⚠️
consensus/src/rand/rand_gen/storage/in_memory.rs 0.0% 10 Missing ⚠️
consensus/src/rand/rand_gen/block_queue.rs 0.0% 6 Missing ⚠️
consensus/src/rand/rand_gen/rand_store.rs 98.5% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #12224    +/-   ##
========================================
  Coverage    70.0%    70.0%            
========================================
  Files        2240     2240            
  Lines      422197   422544   +347     
========================================
+ Hits       295551   295878   +327     
- Misses     126646   126666    +20     

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