nucypher / nucypher-monitor

NuCypher network intelligence crawler and web dashboard
7 stars 15 forks source link

Blue oyster updates to status monitor #75

Closed derekpierre closed 3 years ago

derekpierre commented 3 years ago

Based over #74 .

codecov-commenter commented 3 years ago

Codecov Report

Merging #75 into master will decrease coverage by 0.63%. The diff coverage is 52.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   47.87%   47.23%   -0.64%     
==========================================
  Files          10       10              
  Lines         963      978      +15     
==========================================
+ Hits          461      462       +1     
- Misses        502      516      +14     
Impacted Files Coverage Δ
monitor/layout.py 94.11% <ø> (ø)
monitor/cli/main.py 55.05% <16.66%> (-1.27%) :arrow_down:
monitor/dashboard.py 19.35% <20.00%> (-0.49%) :arrow_down:
monitor/utils.py 78.94% <36.84%> (-21.06%) :arrow_down:
monitor/components.py 29.52% <66.66%> (-0.58%) :arrow_down:
monitor/crawler.py 46.36% <76.31%> (-0.55%) :arrow_down:
monitor/cli/_utils.py 40.00% <100.00%> (ø)

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 2333958...fc31f84. Read the comment docs.

derekpierre commented 3 years ago

Probably needs some backpressure queuing as the network gets bigger, but that can be a separate follow-up PR.