-
Notifications
You must be signed in to change notification settings - Fork 19
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: add ValidateHttpRequestSync method for synschronous request validation #80
fix: add ValidateHttpRequestSync method for synschronous request validation #80
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
=======================================
Coverage 99.71% 99.72%
=======================================
Files 19 19
Lines 1771 1808 +37
=======================================
+ Hits 1766 1803 +37
Misses 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Missing a few lines of coverage, as soon as it's bumped, I can merge this in! |
…ma_FoundPath to cover missing lines
Thank you. Have just pushed a commit that I believe should cover those 3 missing lines. |
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 to me, if you remove that print statement on line 25 in validate_body.go
then it's good to go!
Sounds good, I've updated to remove that print. |
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!
Implements the feature requested in: #79