xmidt-org / wrp-go

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

Add SessionID to SimpleEvents #45

Closed kristinapathak closed 4 years ago

kristinapathak commented 4 years ago

fixes https://github.com/xmidt-org/wrp-go/issues/44 also sets us up to release v2.0.0

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4ca6fd2). Click here to learn what that means. The diff coverage is 12.41%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #45   +/-   ##
========================================
  Coverage          ?   46.6%           
========================================
  Files             ?      15           
  Lines             ?    3148           
  Branches          ?       0           
========================================
  Hits              ?    1467           
  Misses            ?    1520           
  Partials          ?     161
Impacted Files Coverage Δ
messages.go 96.61% <ø> (ø)
wrphttp/decoders.go 74.07% <ø> (ø)
wrphttp/requestResponse.go 94.59% <ø> (ø)
wrphttp/headers.go 96.2% <ø> (ø)
wrpendpoint/requestResponse.go 100% <ø> (ø)
messages_codec.go 34.89% <12.41%> (ø)

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 4ca6fd2...edf3b5f. Read the comment docs.