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

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

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

register RPC methods automatically in tests

c84636c
Select commit
Loading
Failed to load commit list.
Open

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

register RPC methods automatically in tests
c84636c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 0s

75.59% (target 70.00%)

View this Pull Request on Codecov

75.59% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 64 lines in your changes missing coverage. Please review.

Project coverage is 75.59%. Comparing base (8ca9307) to head (c84636c).

Files with missing lines Patch % Lines
rpc/events.go 73.17% 40 Missing and 15 partials ⚠️
jsonrpc/server.go 66.66% 4 Missing and 1 partial ⚠️
sync/sync.go 87.09% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2211      +/-   ##
==========================================
- Coverage   75.70%   75.59%   -0.12%     
==========================================
  Files         104      105       +1     
  Lines       11102    11344     +242     
==========================================
+ Hits         8405     8575     +170     
- Misses       2067     2122      +55     
- Partials      630      647      +17     

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