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

Support plugins #2051

Merged
merged 22 commits into from
Oct 16, 2024

lint

85aa88a
Select commit
Loading
Failed to load commit list.
Merged

Support plugins #2051

lint
85aa88a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

78.15% (target 70.00%)

View this Pull Request on Codecov

78.15% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 43.24324% with 63 lines in your changes missing coverage. Please review.

Project coverage is 78.15%. Comparing base (9a3f263) to head (85aa88a).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
plugin/plugin.go 8.33% 22 Missing ⚠️
sync/sync.go 52.38% 12 Missing and 8 partials ⚠️
core/state.go 58.33% 6 Missing and 4 partials ⚠️
node/node.go 12.50% 6 Missing and 1 partial ⚠️
blockchain/blockchain.go 66.66% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2051      +/-   ##
==========================================
- Coverage   78.45%   78.15%   -0.30%     
==========================================
  Files         100      103       +3     
  Lines        9240     9303      +63     
==========================================
+ Hits         7249     7271      +22     
- Misses       1353     1387      +34     
- Partials      638      645       +7     

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