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

feat: Add optional HTTP Middleware function to StartSettings for serverimpl #263

Merged

Wrap HTTP handler function in un-exported struct to avoid exporting S…

929e0d0
Select commit
Loading
Failed to load commit list.
Merged

feat: Add optional HTTP Middleware function to StartSettings for serverimpl #263

Wrap HTTP handler function in un-exported struct to avoid exporting S…
929e0d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2024 in 0s

74.98% (+0.27%) compared to d1d6081

View this Pull Request on Codecov

74.98% (+0.27%) compared to d1d6081

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.98%. Comparing base (d1d6081) to head (929e0d0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
+ Coverage   74.70%   74.98%   +0.27%     
==========================================
  Files          25       25              
  Lines        1625     1631       +6     
==========================================
+ Hits         1214     1223       +9     
+ Misses        299      297       -2     
+ Partials      112      111       -1     

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