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

chore: streamline class info constructor #1215

chore: streamline class info constructor

625fcaf
Select commit
Loading
Failed to load commit list.
Closed

chore: streamline class info constructor #1215

chore: streamline class info constructor
625fcaf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

62.88% (-11.31%) compared to b0cfe82

View this Pull Request on Codecov

62.88% (-11.31%) compared to b0cfe82

Details

Codecov Report

Attention: Patch coverage is 38.29787% with 29 lines in your changes missing coverage. Please review.

Project coverage is 62.88%. Comparing base (b0cfe82) to head (625fcaf).
Report is 263 commits behind head on main.

Files with missing lines Patch % Lines
crates/native_blockifier/src/py_transaction.rs 0.00% 12 Missing ⚠️
crates/blockifier/src/execution/contract_class.rs 61.53% 9 Missing and 1 partial ⚠️
crates/papyrus_execution/src/lib.rs 22.22% 5 Missing and 2 partials ⚠️

❗ There is a different number of reports uploaded between BASE (b0cfe82) and HEAD (625fcaf). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (b0cfe82) HEAD (625fcaf)
3 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1215       +/-   ##
===========================================
- Coverage   74.18%   62.88%   -11.31%     
===========================================
  Files         359      144      -215     
  Lines       36240    18163    -18077     
  Branches    36240    18163    -18077     
===========================================
- Hits        26886    11422    -15464     
+ Misses       7220     5908     -1312     
+ Partials     2134      833     -1301     

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