Skip to content
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

Chalice local 200s CORS OPTIONS rather than 403 #554

Closed
wants to merge 2 commits into from

Conversation

corespace
Copy link

Hi folks,

My local preflights got broken, so this should fix them. Ran coverage reports before/after and no changes there. You could probably delete class NoOptionsRouteDefined, but I didn't want to make that call myself.

Thanks!
-Kyle

@codecov-io
Copy link

codecov-io commented Sep 25, 2017

Codecov Report

Merging #554 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #554      +/-   ##
==========================================
- Coverage   94.43%   94.43%   -0.01%     
==========================================
  Files          18       18              
  Lines        3129     3127       -2     
  Branches      402      402              
==========================================
- Hits         2955     2953       -2     
  Misses        126      126              
  Partials       48       48
Impacted Files Coverage Δ
chalice/local.py 98.26% <100%> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b396a6d...fb0075f. Read the comment docs.

@stealthycoin
Copy link
Contributor

@corespace Thanks for the submission! Could you also throw out NoOptionsRouteDefined since it is no longer being used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants