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: split transaction file part one fields dedicated file #1732

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

chore: remove public imports from starknet api transaction

cdd768f
Select commit
Loading
Failed to load commit list.
Open

chore: split transaction file part one fields dedicated file #1732

chore: remove public imports from starknet api transaction
cdd768f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 0s

62.50% (+22.39%) compared to e3165c4

View this Pull Request on Codecov

62.50% (+22.39%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 68.12227% with 73 lines in your changes missing coverage. Please review.

Project coverage is 62.50%. Comparing base (e3165c4) to head (cdd768f).
Report is 241 commits behind head on main.

Files with missing lines Patch % Lines
crates/starknet_api/src/transaction/fields.rs 68.46% 58 Missing and 12 partials ⚠️
crates/native_blockifier/src/py_transaction.rs 0.00% 2 Missing ⚠️
crates/papyrus_rpc/src/v0_8/transaction.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1732       +/-   ##
===========================================
+ Coverage   40.10%   62.50%   +22.39%     
===========================================
  Files          26      331      +305     
  Lines        1895    35458    +33563     
  Branches     1895    35458    +33563     
===========================================
+ Hits          760    22163    +21403     
- Misses       1100    11406    +10306     
- Partials       35     1889     +1854     

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