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(batcher): extract the deadline function in order to share with the validate flow #2049

Merged
merged 1 commit into from
Nov 18, 2024

refactor(batcher): extract the deadline function in order to share wi…

5207191
Select commit
Loading
Failed to load commit list.
Merged

refactor(batcher): extract the deadline function in order to share with the validate flow #2049

refactor(batcher): extract the deadline function in order to share wi…
5207191
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 0s

5.04% (-35.07%) compared to e3165c4

View this Pull Request on Codecov

5.04% (-35.07%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 5.04%. Comparing base (e3165c4) to head (5207191).
Report is 469 commits behind head on main.

Files with missing lines Patch % Lines
crates/starknet_batcher/src/batcher.rs 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #2049       +/-   ##
==========================================
- Coverage   40.10%   5.04%   -35.07%     
==========================================
  Files          26     144      +118     
  Lines        1895   17021    +15126     
  Branches     1895   17021    +15126     
==========================================
+ Hits          760     858       +98     
- Misses       1100   16091    +14991     
- Partials       35      72       +37     

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