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

feat(starknet_api): add sierra version to class info #2313

Merged
merged 1 commit into from
Dec 4, 2024

feat(starknet_api): add sierra version to class info

aa5b760
Select commit
Loading
Failed to load commit list.
Merged

feat(starknet_api): add sierra version to class info #2313

feat(starknet_api): add sierra version to class info
aa5b760
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

77.40% (+37.30%) compared to e3165c4

View this Pull Request on Codecov

77.40% (+37.30%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 43.75000% with 72 lines in your changes missing coverage. Please review.

Project coverage is 77.40%. Comparing base (e3165c4) to head (aa5b760).
Report is 684 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_execution/src/lib.rs 41.66% 26 Missing and 2 partials ⚠️
crates/starknet_api/src/contract_class.rs 62.26% 17 Missing and 3 partials ⚠️
crates/papyrus_rpc/src/v0_8/api/mod.rs 0.00% 14 Missing ⚠️
...ution/src/state_reader/reexecution_state_reader.rs 0.00% 7 Missing ⚠️
crates/native_blockifier/src/py_transaction.rs 0.00% 2 Missing ⚠️
crates/starknet_gateway/src/compilation.rs 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2313       +/-   ##
===========================================
+ Coverage   40.10%   77.40%   +37.30%     
===========================================
  Files          26      389      +363     
  Lines        1895    41288    +39393     
  Branches     1895    41288    +39393     
===========================================
+ Hits          760    31961    +31201     
- Misses       1100     7062     +5962     
- Partials       35     2265     +2230     

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