-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add lab259/cors and tests for middlewares #16
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 93.39% 95.46% +2.06%
==========================================
Files 11 14 +3
Lines 545 573 +28
==========================================
+ Hits 509 547 +38
+ Misses 26 17 -9
+ Partials 10 9 -1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 93.39% 95.46% +2.06%
==========================================
Files 11 14 +3
Lines 545 573 +28
==========================================
+ Hits 509 547 +38
+ Misses 26 17 -9
+ Partials 10 9 -1
Continue to review full report at Codecov.
|
handler(ctx3) | ||
|
||
logs := buf.String() | ||
Expect(logs).To(ContainSubstring("GET: /something request_id=0")) |
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.
🙈
We replace
fasthttpcors
withlab259/cors
and improve our code coverage.