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

Allow undefined routes #42

Merged
merged 3 commits into from
Dec 11, 2024

Implement allowing requests to pass through middleware if AllowUndefi…

8685eeb
Select commit
Loading
Failed to load commit list.
Merged

Allow undefined routes #42

Implement allowing requests to pass through middleware if AllowUndefi…
8685eeb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 11, 2024 in 1s

83.36% (-0.73%) compared to e49384e

View this Pull Request on Codecov

83.36% (-0.73%) compared to e49384e

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 83.36%. Comparing base (e49384e) to head (8685eeb).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
middlewares/http/middleware.go 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
- Coverage   84.08%   83.36%   -0.73%     
==========================================
  Files           8        8              
  Lines         553      565      +12     
==========================================
+ Hits          465      471       +6     
- Misses         75       79       +4     
- Partials       13       15       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.