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

Initialization first attempt. #5

Merged
merged 7 commits into from
Sep 28, 2017
Merged

Initialization first attempt. #5

merged 7 commits into from
Sep 28, 2017

Conversation

joe94
Copy link
Member

@joe94 joe94 commented Sep 22, 2017

tr1d1um runs locally with these changes.

@codecov-io
Copy link

codecov-io commented Sep 22, 2017

Codecov Report

Merging #5 into master will increase coverage by 4.32%.
The diff coverage is 43.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   58.87%   63.19%   +4.32%     
==========================================
  Files           4        4              
  Lines         231      269      +38     
==========================================
+ Hits          136      170      +34     
- Misses         95       99       +4
Impacted Files Coverage Δ
src/tr1d1um/wdmp_type.go 100% <100%> (ø) ⬆️
src/tr1d1um/conversion_utils.go 100% <100%> (ø) ⬆️
src/tr1d1um/communication.go 100% <100%> (ø) ⬆️
src/tr1d1um/tr1d1um.go 22.65% <35.38%> (+22.65%) ⬆️

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 4a75863...bd934a0. Read the comment docs.

)

const (
applicationName = "tr1d1um"
DefaultKeyId = "current"
baseURI = "/api"
version = "v2"// TODO: Should these values change?
Copy link
Member

Choose a reason for hiding this comment

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

This should be v2 as we are not changing the API at all. Later if we make a breaking change we'll update it.

// "github.com/Comcast/webpa-common/wrp"
// "encoding/json"
// "bytes"
// "fmt"
Copy link
Member

Choose a reason for hiding this comment

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

Just remove these unless you're going to add them back.

@schmidtw schmidtw merged commit 149b5ba into master Sep 28, 2017
@schmidtw schmidtw deleted the standUpMachine branch September 28, 2017 00:46
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.

3 participants