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 new RPC endpoint: health check #3729

Closed
wants to merge 12 commits into from

chore: cargo fmt

4338707
Select commit
Loading
Failed to load commit list.
Closed

Implement new RPC endpoint: health check #3729

chore: cargo fmt
4338707
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 16, 2023 in 0s

0.18% (-0.01%) compared to 09ec5d3

View this Pull Request on Codecov

0.18% (-0.01%) compared to 09ec5d3

Details

Codecov Report

Attention: 1041 lines in your changes are missing coverage. Please review.

Comparison is base (09ec5d3) 0.18% compared to head (4338707) 0.18%.
Report is 617 commits behind head on develop.

Files Patch % Lines
src/net/rpc.rs 0.00% 373 Missing ⚠️
src/net/codec.rs 0.00% 333 Missing ⚠️
src/net/db.rs 0.00% 123 Missing ⚠️
src/net/http.rs 0.00% 104 Missing ⚠️
src/net/mod.rs 0.00% 50 Missing ⚠️
src/net/inv.rs 0.00% 25 Missing ⚠️
src/chainstate/burn/db/sortdb.rs 0.00% 17 Missing ⚠️
stacks-common/src/codec/mod.rs 0.00% 8 Missing ⚠️
src/net/p2p.rs 0.00% 2 Missing ⚠️
testnet/stacks-node/src/neon_node.rs 0.00% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3729      +/-   ##
===========================================
- Coverage     0.18%    0.18%   -0.01%     
===========================================
  Files          306      306              
  Lines       278640   281246    +2606     
===========================================
  Hits           512      512              
- Misses      278128   280734    +2606     

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