-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix: segment in path template can contain wildcard #849
Conversation
src/pathTemplate.ts
Outdated
@@ -122,6 +122,8 @@ export class PathTemplate { | |||
* parsed | |||
*/ | |||
render(bindings: Bindings): string { | |||
console.warn('bindings: ', bindings); |
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.
no debug logs please :)
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.
sure, I'm using this branch to test monitoring now. Will remove this once the samples-test in monitoring passes! Thanks!
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.
Thank you! LGTM but please remove console.warn
.
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
1 similar comment
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Codecov Report
@@ Coverage Diff @@
## master #849 +/- ##
==========================================
+ Coverage 88.99% 89.00% +0.01%
==========================================
Files 38 38
Lines 6360 6368 +8
Branches 556 558 +2
==========================================
+ Hits 5660 5668 +8
Misses 697 697
Partials 3 3
Continue to review full report at Codecov.
|
monitoring now fails for this.