NethermindEth / 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
1 stars 4 forks source link

refactor: add some small helpful logs #115

Closed rodrigo-pino closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.58824% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.90%. Comparing base (b976dcd) to head (691ca12). Report is 1 commits behind head on native2.6.4.

Files Patch % Lines
crates/blockifier/src/execution/native/utils.rs 50.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.4 #115 +/- ## =============================================== - Coverage 81.02% 80.90% -0.13% =============================================== Files 77 77 Lines 10872 10729 -143 Branches 10872 10729 -143 =============================================== - Hits 8809 8680 -129 + Misses 1588 1582 -6 + Partials 475 467 -8 ```

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