Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace messageHandler with wrpHandler #121

Merged
merged 7 commits into from
Apr 6, 2020
Merged

Replace messageHandler with wrpHandler #121

merged 7 commits into from
Apr 6, 2020

Conversation

joe94
Copy link
Member

@joe94 joe94 commented Mar 4, 2020

This change replaces the existing WRP Message handler with the existing WRP handler. All unit tests were brought from the message handler code base.

@joe94 joe94 requested a review from kcajmagic March 4, 2020 22:28
@joe94 joe94 assigned johnabass and unassigned johnabass Mar 4, 2020
@joe94 joe94 requested review from johnabass and gargidb March 4, 2020 22:28
Copy link
Contributor

@johnabass johnabass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@codecov-io
Copy link

codecov-io commented Mar 9, 2020

Codecov Report

Merging #121 into master will increase coverage by 3.77%.
The diff coverage is 94.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   52.35%   56.13%   +3.77%     
==========================================
  Files           9       10       +1     
  Lines         680      734      +54     
==========================================
+ Hits          356      412      +56     
+ Misses        317      314       -3     
- Partials        7        8       +1     
Impacted Files Coverage Δ
deviceStatus.go 49.27% <ø> (ø)
dispatcher.go 89.32% <ø> (ø)
primaryHandler.go 0.00% <0.00%> (ø)
WRPHandler.go 96.55% <96.55%> (ø)

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 65e6f0d...6942d79. Read the comment docs.

go.mod Outdated
@@ -17,7 +17,7 @@ require (
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.3.0
github.com/xmidt-org/webpa-common v1.6.3
github.com/xmidt-org/wrp-go/v2 v2.0.1
github.com/xmidt-org/wrp-go/v2 v2.0.2-0.20200331181148-cbb4fba7a6e0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update soon - likely with v3

@joe94 joe94 self-assigned this Apr 6, 2020
@joe94 joe94 merged commit df00900 into master Apr 6, 2020
@joe94 joe94 deleted the feature/wrpHandler branch April 6, 2020 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants