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): add contract class version to sierra contract #2277

Merged
merged 1 commit into from
Nov 27, 2024

refactor(starknet_api): add contract class version to sierra contract

15764ce
Select commit
Loading
Failed to load commit list.
Merged

refactor(starknet_api): add contract class version to sierra contract #2277

refactor(starknet_api): add contract class version to sierra contract
15764ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

61.52% (+21.41%) compared to e3165c4

View this Pull Request on Codecov

61.52% (+21.41%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 7.69231% with 12 lines in your changes missing coverage. Please review.

Project coverage is 61.52%. Comparing base (e3165c4) to head (15764ce).
Report is 593 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_protobuf/src/converters/class.rs 0.00% 9 Missing ⚠️
...s/papyrus_storage/src/serialization/serializers.rs 0.00% 0 Missing and 2 partials ⚠️
crates/starknet_client/src/reader/objects/state.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2277       +/-   ##
===========================================
+ Coverage   40.10%   61.52%   +21.41%     
===========================================
  Files          26       85       +59     
  Lines        1895    10354     +8459     
  Branches     1895    10354     +8459     
===========================================
+ Hits          760     6370     +5610     
- Misses       1100     3056     +1956     
- Partials       35      928      +893     

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