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

Add support for tower's CORS middleware #206

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Conversation

spencewenski
Copy link
Member

Closes #47

Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 35.00000% with 104 lines in your changes missing coverage. Please review.

Project coverage is 44.26%. Comparing base (b860fe1) to head (50c6ca2).

Files Coverage Δ
src/config/service/http/middleware.rs 100.00% <100.00%> (ø)
src/middleware/http/auth/jwt/ietf.rs 100.00% <ø> (ø)
src/middleware/http/auth/jwt/mod.rs 51.11% <ø> (-1.07%) ⬇️
src/middleware/http/auth/jwt/openid.rs 50.00% <ø> (-16.67%) ⬇️
src/service/http/middleware/catch_panic.rs 84.84% <100.00%> (ø)
src/service/http/middleware/compression.rs 80.30% <100.00%> (ø)
src/service/http/middleware/default.rs 100.00% <100.00%> (ø)
src/service/http/middleware/mod.rs 100.00% <ø> (ø)
src/service/http/middleware/request_id.rs 64.58% <100.00%> (ø)
src/service/http/middleware/sensitive_headers.rs 63.80% <100.00%> (ø)
... and 7 more

Continue to review full report in Codecov by Sentry.

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

@spencewenski spencewenski merged commit 9b13e56 into main Jun 9, 2024
10 of 12 checks passed
@spencewenski spencewenski deleted the gh-47-cors-middleware branch June 9, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cors middleware
1 participant