-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wait on gRPC readiness (#10) #14
Conversation
👆 Click on the image for a new way to code review
Legend |
Codecov Report
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
+ Coverage 84.40% 85.71% +1.31%
==========================================
Files 2 2
Lines 109 119 +10
==========================================
+ Hits 92 102 +10
Misses 15 15
Partials 2 2
Continue to review full report at Codecov.
|
First of all, a massive thank you for this contribution! It really makes me happy to see people take this project seriously. I think what would make this even better are a couple of unit tests and an acceptance test to prove everything continues to work with future changes. I'm happy to help you with that aspect if you feel you need it. |
Hey! No worries, it's a neat repo :) Only just saw this but will get to writing those acceptance tests |
I have absolutely no problem with that dependency! Will hopefully get a bit of time to look at this in next couple of days. |
Sorry for taking so long to around to this. The code looks good. Any chance that you'd be able to extend the documentation to include the new |
Sure, will get to it in the near future |
Made the documentation, let me know what you think @dnnrly |
Excellent! Thank you so much for your contribution. If you do twitter and you're prepared to share your handle, you just earned another follower. 😄 |
Description
Added dependencies: context and grpc.
Fixes #10
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
make lint
)make test lint build acceptance-test
)master