stampzilla / gozwave

An opensource golang lib for zwave-controller communication thru serial-api. Tested and developed with a usb connected AEOTEC Z-Stick Gen5
Apache License 2.0
54 stars 13 forks source link

Fix logrus import #30

Closed laibulle closed 6 years ago

laibulle commented 6 years ago

Logrus changed repo name from github.com/Sirupsen/logrus to github.com/sirupsen/logrus. It is a transitive dependency in many project gozwave should use the latest version.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   59.83%   59.83%           
=======================================
  Files          36       36           
  Lines        1845     1845           
=======================================
  Hits         1104     1104           
  Misses        715      715           
  Partials       26       26
Impacted Files Coverage Δ
connection.go 67.01% <ø> (ø) :arrow_up:
serialapi/message.go 96.82% <ø> (ø) :arrow_up:
nodes/node.go 21.87% <ø> (ø) :arrow_up:
nodes/endpoints.go 0% <ø> (ø) :arrow_up:
controller.go 37.62% <ø> (ø) :arrow_up:
nodes/request_endpoints.go 0% <ø> (ø) :arrow_up:
gozwave.go 66.66% <ø> (ø) :arrow_up:
nodes/protocol_info.go 77.27% <ø> (ø) :arrow_up:

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 de0e793...74db857. Read the comment docs.