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

WRP source #144

Merged
merged 9 commits into from
Feb 13, 2020
Merged

WRP source #144

merged 9 commits into from
Feb 13, 2020

Conversation

gargidb
Copy link
Contributor

@gargidb gargidb commented Feb 12, 2020

fixes
[https://github.com//issues/142]

@@ -24,7 +24,7 @@ func TestSendWRP(t *testing.T) {

var expected = wrp.MustEncode(wrp.Message{
Type: wrp.SimpleRequestResponseMessageType,
Source: "local/test",
Source: "local",
Copy link
Member

Choose a reason for hiding this comment

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

can we change this to dns:localhost to make it a bit more realistic example/test? You might have to update some other part of the tests

@codecov-io
Copy link

codecov-io commented Feb 12, 2020

Codecov Report

Merging #144 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
- Coverage    79.5%   79.45%   -0.06%     
==========================================
  Files          11       11              
  Lines         405      404       -1     
==========================================
- Hits          322      321       -1     
  Misses         82       82              
  Partials        1        1
Impacted Files Coverage Δ
translation/transport_utils.go 78.16% <ø> (-0.25%) ⬇️
translation/service.go 100% <100%> (ø) ⬆️

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 8852d7a...f29ddf7. Read the comment docs.

Copy link
Contributor

@kristinapathak kristinapathak left a comment

Choose a reason for hiding this comment

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

Looks great! Just one small change.

CHANGELOG.md Outdated
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- moving partnerIDs to tr1d1um
Copy link
Contributor

Choose a reason for hiding this comment

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

This is part of the v0.2.1 release (below), so shouldn't be here anymore.

@gargidb gargidb merged commit d77bc09 into master Feb 13, 2020
@kristinapathak kristinapathak deleted the WRPsource branch February 13, 2020 17:14
@joe94 joe94 mentioned this pull request Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants