xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

Added unknown message type #20

Closed kristinapathak closed 5 years ago

kristinapathak commented 5 years ago

fixes https://github.com/Comcast/wrp-go/issues/17

codecov-io commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   89.42%   89.67%   +0.25%     
==========================================
  Files           5        5              
  Lines         208      213       +5     
==========================================
+ Hits          186      191       +5     
  Misses         21       21              
  Partials        1        1
Impacted Files Coverage Δ
wrp/messagetype_string.go 100% <ø> (ø) :arrow_up:
wrp/messagetype.go 93.55% <100%> (+0.44%) :arrow_up:
wrp/messages.go 96.61% <100%> (+0.09%) :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 8d935f3...8a182d3. Read the comment docs.