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 and contract modules #2224

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

refactor dirty contracts

c466cca
Select commit
Loading
Failed to load commit list.
Open

Refactor state and contract modules #2224

refactor dirty contracts
c466cca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 28, 2024 in 0s

75.35% (target 70.00%)

View this Pull Request on Codecov

75.35% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 65.50976% with 159 lines in your changes missing coverage. Please review.

Project coverage is 75.35%. Comparing base (3093ca8) to head (c466cca).

Files with missing lines Patch % Lines
core/state.go 68.16% 45 Missing and 33 partials ⚠️
migration/migration.go 47.05% 42 Missing and 21 partials ⚠️
core/contract.go 80.43% 10 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2224      +/-   ##
==========================================
- Coverage   75.63%   75.35%   -0.28%     
==========================================
  Files         104      103       -1     
  Lines       11102    11168      +66     
==========================================
+ Hits         8397     8416      +19     
- Misses       2073     2104      +31     
- Partials      632      648      +16     

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