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
170 stars 107 forks source link

refactor(concurrency): use test_state instead of test_state_reader in… #1943

Closed OriStarkware closed 3 months ago

OriStarkware commented 3 months ago

… testing


This change is Reviewable

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.33%. Comparing base (b54fb18) to head (36fa2fb). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1943 +/- ## ========================================== + Coverage 78.04% 78.33% +0.28% ========================================== Files 61 61 Lines 8759 8862 +103 Branches 8759 8862 +103 ========================================== + Hits 6836 6942 +106 + Misses 1485 1481 -4 - Partials 438 439 +1 ```

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