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

Define RPC methods #238

Merged
merged 4 commits into from
Dec 3, 2024

update telemetry

f528928
Select commit
Loading
Failed to load commit list.
Merged

Define RPC methods #238

update telemetry
f528928
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

71.95% (+2.93%) compared to 8344de2

View this Pull Request on Codecov

71.95% (+2.93%) compared to 8344de2

Details

Codecov Report

Attention: Patch coverage is 16.66667% with 105 lines in your changes missing coverage. Please review.

Project coverage is 71.95%. Comparing base (8344de2) to head (f528928).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
RPC/Sources/RPC/Handlers/ChainHandlers.swift 0.00% 35 Missing ⚠️
RPC/Sources/RPC/Handlers/StateHandlers.swift 0.00% 26 Missing ⚠️
RPC/Sources/RPC/Handlers/TelemetryHandlers.swift 0.00% 19 Missing ⚠️
RPC/Sources/RPC/Handlers/SystemHandlers.swift 56.75% 16 Missing ⚠️
RPC/Sources/RPC/Handlers/AllHandlers.swift 0.00% 6 Missing ⚠️
RPC/Sources/RPC/JSONRPC/RPCHandler.swift 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   69.01%   71.95%   +2.93%     
==========================================
  Files         249      258       +9     
  Lines       18815    19485     +670     
==========================================
+ Hits        12986    14020    +1034     
+ Misses       5829     5465     -364     

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