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

Formatted code; Added goimports to Makefile, Renamed pb_testproto to testpb. #291

Merged
merged 3 commits into from
May 1, 2020

Conversation

bwplotka
Copy link
Collaborator

@bwplotka bwplotka commented May 1, 2020

Signed-off-by: Bartlomiej Plotka bwplotka@gmail.com

…testpb.

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
…testpb.

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
@codecov-io
Copy link

codecov-io commented May 1, 2020

Codecov Report

Merging #291 into v2 will decrease coverage by 0.42%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##               v2     #291      +/-   ##
==========================================
- Coverage   84.01%   83.58%   -0.43%     
==========================================
  Files          30       30              
  Lines         932      932              
==========================================
- Hits          783      779       -4     
- Misses        110      114       +4     
  Partials       39       39              
Impacted Files Coverage Δ
auth/auth.go 100.00% <ø> (ø)
auth/metadata.go 100.00% <ø> (ø)
interceptors/logging/interceptors.go 100.00% <ø> (ø)
interceptors/logging/logging.go 67.74% <ø> (ø)
interceptors/logging/payload.go 82.60% <ø> (ø)
interceptors/retry/retry.go 76.24% <ø> (-2.21%) ⬇️
interceptors/tags/interceptors.go 95.65% <ø> (ø)
interceptors/tracing/client.go 89.47% <ø> (ø)
interceptors/tracing/id_extract.go 85.18% <ø> (ø)
interceptors/tracing/server.go 88.23% <ø> (ø)
... and 1 more

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 818c8cf...9a95f0f. Read the comment docs.

@bwplotka
Copy link
Collaborator Author

bwplotka commented May 1, 2020

Should be good for review @johanbrandhorst (: Thanks!

@@ -12,7 +12,7 @@ import (
"time"

"github.com/grpc-ecosystem/go-grpc-middleware/grpctesting"
pb_testproto "github.com/grpc-ecosystem/go-grpc-middleware/grpctesting/testproto"
testpb "github.com/grpc-ecosystem/go-grpc-middleware/grpctesting/testpb"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be /v2 somewhere right?

grpctesting/pingservice.go Outdated Show resolved Hide resolved
interceptors/logging/interceptors_test.go Show resolved Hide resolved
interceptors/server_test.go Outdated Show resolved Hide resolved
interceptors/tags/fieldextractor_test.go Outdated Show resolved Hide resolved
interceptors/tracing/interceptors_test.go Outdated Show resolved Hide resolved
@bwplotka
Copy link
Collaborator Author

bwplotka commented May 1, 2020

Easy to mess this so true

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
@bwplotka
Copy link
Collaborator Author

bwplotka commented May 1, 2020

Addresed all (:

@bwplotka bwplotka merged commit 55554ba into v2 May 1, 2020
@bwplotka bwplotka deleted the fix branch April 4, 2023 08:14
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.

None yet

3 participants