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): rename contract class to sierra contract class #2276

Merged
merged 1 commit into from
Nov 26, 2024

refactor(starknet_api): rename contract class to sierra contract class

8b84db9
Select commit
Loading
Failed to load commit list.
Merged

refactor(starknet_api): rename contract class to sierra contract class #2276

refactor(starknet_api): rename contract class to sierra contract class
8b84db9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 2024 in 1s

68.31% (+28.20%) compared to e3165c4

View this Pull Request on Codecov

68.31% (+28.20%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 78.94737% with 4 lines in your changes missing coverage. Please review.

Project coverage is 68.31%. Comparing base (e3165c4) to head (8b84db9).
Report is 579 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_protobuf/src/converters/class.rs 0.00% 3 Missing ⚠️
crates/native_blockifier/src/storage.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2276       +/-   ##
===========================================
+ Coverage   40.10%   68.31%   +28.20%     
===========================================
  Files          26      236      +210     
  Lines        1895    30820    +28925     
  Branches     1895    30820    +28925     
===========================================
+ Hits          760    21054    +20294     
- Misses       1100     7958     +6858     
- Partials       35     1808     +1773     

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