-
Notifications
You must be signed in to change notification settings - Fork 345
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
Convert storage type to typed string #1282
Convert storage type to typed string #1282
Conversation
Changed references of storage type throughout the repo. Resolves: jaegertracing#111 Signed-off-by: Sezal Agrawal <[email protected]>
Signed-off-by: Sezal Agrawal <[email protected]>
@jpkrohling I ran |
This looks like a path issue: take a look at the changes for the generated |
Signed-off-by: Sezal Agrawal <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1282 +/- ##
==========================================
+ Coverage 87.31% 87.32% +0.01%
==========================================
Files 90 89 -1
Lines 4942 4947 +5
==========================================
+ Hits 4315 4320 +5
Misses 464 464
Partials 163 163
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking this as approved based on @kevinearls's review.
Thank you for your contribution! |
The JaegerStorageSpec currently has the storage type as a string. It is changed to a typed string. This PR also includes changes in storage type in all the required files.
Resolves: #111
Signed-off-by: Sezal Agrawal [email protected]