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

2333708
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
2333708
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 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 (2333708).
Report is 589 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    10347     +8452     
  Branches     1895    10347     +8452     
===========================================
+ Hits          760     6366     +5606     
- Misses       1100     3053     +1953     
- Partials       35      928      +893     

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