-
Notifications
You must be signed in to change notification settings - Fork 29
vcap and json loads changes #22
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
Conversation
Codecov Report
@@ Coverage Diff @@
## next #22 +/- ##
==========================================
+ Coverage 97.76% 97.99% +0.22%
==========================================
Files 16 16
Lines 492 498 +6
==========================================
+ Hits 481 488 +7
+ Misses 11 10 -1
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.
👍 looks good! Tagged @padamstx to review as well
We shouldn't be doing any transformation on the service name when we use it to retrieve an entry in VCAP_SERVICES. If the service name obtained from the API definition and inserted into the generated code is "compare-and-comply", then that's the key that we'd expect to find in VCAP_SERVICES. |
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.
I left a comment after you already merged the PR.
@padamstx this was done temporary before the meeting as a candidate release had to get out |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR supports the following:
service name
. So a VCAP service likecompare-and-comply
would be converted tocompare_and_comply