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

refactor(starknet_api): use const in sierra version #2477

Merged
merged 1 commit into from
Dec 5, 2024

refactor(starknet_api): use const in sierra version

d8264f3
Select commit
Loading
Failed to load commit list.
Merged

refactor(starknet_api): use const in sierra version #2477

refactor(starknet_api): use const in sierra version
d8264f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

63.44% (+23.34%) compared to e3165c4

View this Pull Request on Codecov

63.44% (+23.34%) compared to e3165c4

Details

Codecov Report

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

Project coverage is 63.44%. Comparing base (e3165c4) to head (d8264f3).
Report is 716 commits behind head on main.

Files with missing lines Patch % Lines
crates/starknet_api/src/contract_class.rs 0.00% 3 Missing ⚠️
...ution/src/state_reader/reexecution_state_reader.rs 0.00% 1 Missing ⚠️
crates/papyrus_execution/src/lib.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2477       +/-   ##
===========================================
+ Coverage   40.10%   63.44%   +23.34%     
===========================================
  Files          26      177      +151     
  Lines        1895    20360    +18465     
  Branches     1895    20360    +18465     
===========================================
+ Hits          760    12918    +12158     
- Misses       1100     6558     +5458     
- Partials       35      884      +849     

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