starkware-libs / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
171 stars 99 forks source link

chore: clean fee utils #1968

Closed Yoni-Starkware closed 1 month ago

Yoni-Starkware commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.25%. Comparing base (702f401) to head (a5ff62f). Report is 2 commits behind head on main.

Files Patch % Lines
crates/blockifier/src/fee/actual_cost.rs 80.00% 0 Missing and 1 partial :warning:
crates/blockifier/src/test_utils/struct_impls.rs 90.90% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1968 +/- ## ========================================== + Coverage 78.17% 78.25% +0.07% ========================================== Files 62 62 Lines 8842 8865 +23 Branches 8842 8865 +23 ========================================== + Hits 6912 6937 +25 Misses 1492 1492 + Partials 438 436 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.