-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 e2e tests for CORS #3017
Add e2e tests for CORS #3017
Conversation
/hold |
673c678
to
6106735
Compare
While I'm at it, I'll try and update the documentation. |
Codecov Report
@@ Coverage Diff @@
## master #3017 +/- ##
==========================================
+ Coverage 47.5% 47.67% +0.17%
==========================================
Files 77 77
Lines 5644 5644
==========================================
+ Hits 2681 2691 +10
+ Misses 2609 2604 -5
+ Partials 354 349 -5
Continue to review full report at Codecov.
|
Adds the missing e2e tests for Cross-Origin Resource Sharing(CORS). This will include all the CORS annotations. Also adds more unit tests.
/hold cancel |
/lgtm |
@diazjf thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, diazjf The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds the missing e2e test for Cross-Origin Resource Sharing(CORS). This will include all the CORS annotations.