-
Notifications
You must be signed in to change notification settings - Fork 20
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
Middleware #435
Middleware #435
Conversation
Vulnerable Libraries (2)
More info on how to fix Vulnerable Libraries in Go. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
// TODO: should probably customize things a bit | ||
mux.Use(recovery.Middleware(recovery.WithStatusCode(555))) |
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.
is this a later todo?
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.
this was copied and pasted over from old code - including the comment.
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.
besides httpClient_test.go
and http_test.go
being completely commented out (assuming we're gonna those back in the near future or in this pr), lgtm
Co-authored-by: Owen Cabalceta <[email protected]>
yeah had to comment out the test files because they were using functions that were also being commented out due to ancla/argus issue. will comment back in once we get that fixed. @denopink |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## denopink/feat/rewrite #435 +/- ##
==========================================================
- Coverage 31.09% 19.86% -11.24%
==========================================================
Files 12 12
Lines 1103 1148 +45
==========================================================
- Hits 343 228 -115
- Misses 745 908 +163
+ Partials 15 12 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Owen Cabalceta <[email protected]>
What's Included: