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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

3893a27
Select commit
Loading
Failed to load commit list.
Open

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

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

61.56% (+21.45%) compared to e3165c4

View this Pull Request on Codecov

61.56% (+21.45%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 8.33333% with 11 lines in your changes missing coverage. Please review.

Project coverage is 61.56%. Comparing base (e3165c4) to head (3893a27).
Report is 582 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_protobuf/src/converters/class.rs 0.00% 8 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.56%   +21.45%     
===========================================
  Files          26       85       +59     
  Lines        1895    10339     +8444     
  Branches     1895    10339     +8444     
===========================================
+ Hits          760     6365     +5605     
- Misses       1100     3047     +1947     
- Partials       35      927      +892     

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