o-rango / update-notify

Update your node-js libraries inspired by `update-notifier`. but works with custom registries and under proxy
MIT License
0 stars 1 forks source link

fix: error in update validation #18

Closed perepipoc closed 4 years ago

perepipoc commented 4 years ago

not executing validation with config like this { "updateAvailable": false, "latest": "0.2.12", "current": "0.2.12", "lastUpdateCheck": 1580478034655 }

codecov-io commented 4 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   88.09%   88.09%           
=======================================
  Files           1        1           
  Lines          42       42           
  Branches        9        9           
=======================================
  Hits           37       37           
  Misses          5        5

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 b754fa4...ffbe2ba. Read the comment docs.