nucypher / nucypher-monitor

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

Fix etherscan links in monitor tables #72

Closed derekpierre closed 4 years ago

derekpierre commented 4 years ago

Based over #70 .

Fixes #71 .

Current status monitor is running this code.

codecov-commenter commented 4 years ago

Codecov Report

Merging #72 into master will increase coverage by 1.17%. The diff coverage is 81.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   46.48%   47.65%   +1.17%     
==========================================
  Files          10       10              
  Lines         938      959      +21     
==========================================
+ Hits          436      457      +21     
  Misses        502      502              
Impacted Files Coverage Δ
monitor/dashboard.py 19.84% <0.00%> (ø)
monitor/components.py 30.09% <61.53%> (-0.68%) :arrow_down:
monitor/cli/main.py 56.32% <100.00%> (-0.99%) :arrow_down:
monitor/utils.py 100.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 2765705...13e427f. Read the comment docs.