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(state, blockifier, starknet_api): rename ContractClass to Co… #2296

Merged
merged 1 commit into from
Nov 27, 2024

refactor(blockifier): rename ContractClass to CompiledClass

f361784
Select commit
Loading
Failed to load commit list.
Merged

refactor(state, blockifier, starknet_api): rename ContractClass to Co… #2296

refactor(blockifier): rename ContractClass to CompiledClass
f361784
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

66.96% (+26.85%) compared to e3165c4

View this Pull Request on Codecov

66.96% (+26.85%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 74.19355% with 24 lines in your changes missing coverage. Please review.

Project coverage is 66.96%. Comparing base (e3165c4) to head (f361784).
Report is 607 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/execution/contract_class.rs 28.57% 5 Missing ⚠️
...ve_blockifier/src/state_readers/py_state_reader.rs 0.00% 5 Missing ⚠️
crates/papyrus_state_reader/src/papyrus_state.rs 70.00% 0 Missing and 3 partials ⚠️
crates/starknet_gateway/src/rpc_state_reader.rs 50.00% 2 Missing and 1 partial ⚠️
crates/papyrus_execution/src/execution_utils.rs 33.33% 0 Missing and 2 partials ⚠️
.../blockifier/src/blockifier/transaction_executor.rs 0.00% 1 Missing ⚠️
crates/blockifier/src/bouncer.rs 0.00% 0 Missing and 1 partial ⚠️
.../src/execution/deprecated_entry_point_execution.rs 87.50% 0 Missing and 1 partial ⚠️
crates/blockifier/src/execution/entry_point.rs 83.33% 0 Missing and 1 partial ⚠️
.../blockifier/src/transaction/account_transaction.rs 83.33% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2296       +/-   ##
===========================================
+ Coverage   40.10%   66.96%   +26.85%     
===========================================
  Files          26      233      +207     
  Lines        1895    26434    +24539     
  Branches     1895    26434    +24539     
===========================================
+ Hits          760    17701    +16941     
- Misses       1100     7361     +6261     
- Partials       35     1372     +1337     

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