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

chore(batcher): impl default to ExecutionConfig for addition to Batch… #1277

Merged

chore(batcher): impl default to ExecutionConfig for addition to Batch…

4bd5d2e
Select commit
Loading
Failed to load commit list.
Merged

chore(batcher): impl default to ExecutionConfig for addition to Batch… #1277

chore(batcher): impl default to ExecutionConfig for addition to Batch…
4bd5d2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 1s

55.13% (-19.06%) compared to b0cfe82

View this Pull Request on Codecov

55.13% (-19.06%) compared to b0cfe82

Details

Codecov Report

Attention: Patch coverage is 2.17391% with 45 lines in your changes missing coverage. Please review.

Project coverage is 55.13%. Comparing base (b0cfe82) to head (4bd5d2e).
Report is 369 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/bouncer.rs 0.00% 25 Missing ⚠️
crates/batcher/src/block_builder.rs 0.00% 12 Missing ⚠️
crates/blockifier/src/versioned_constants.rs 0.00% 7 Missing ⚠️
crates/batcher/src/batcher.rs 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (b0cfe82) and HEAD (4bd5d2e). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (b0cfe82) HEAD (4bd5d2e)
3 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1277       +/-   ##
===========================================
- Coverage   74.18%   55.13%   -19.06%     
===========================================
  Files         359      148      -211     
  Lines       36240    17306    -18934     
  Branches    36240    17306    -18934     
===========================================
- Hits        26886     9541    -17345     
- Misses       7220     7343      +123     
+ Partials     2134      422     -1712     

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