scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Add connectivity status to health check #283

Closed lenak25 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #283 into develop will decrease coverage by 0.1%. The diff coverage is 71.42%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #283      +/-   ##
===========================================
- Coverage    78.78%   78.67%   -0.11%     
===========================================
  Files          101      102       +1     
  Lines         4713     4751      +38     
===========================================
+ Hits          3713     3738      +25     
- Misses        1000     1013      +13
Impacted Files Coverage Δ
src/common/logger.js 77.77% <ø> (ø) :arrow_up:
src/worker/handlers/ProtocolHandler.js 60.67% <100%> (ø) :arrow_up:
src/worker/EnigmaNode.js 67.4% <100%> (+0.29%) :arrow_up:
src/worker/controller/actions/InitWorkerAction.js 73.43% <100%> (ø) :arrow_up:
src/common/constants.js 100% <100%> (ø) :arrow_up:
src/worker/controller/actions/HealthCheckAction.js 92.85% <100%> (+0.54%) :arrow_up:
src/worker/controller/NodeController.js 80.07% <100%> (+0.75%) :arrow_up:
src/worker/controller/actions/GetStatusAction.js 50% <50%> (ø)
src/worker/handlers/WebServer.js 85.71% <75%> (-3.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f393908...4727d0a. Read the comment docs.