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

Override tower-http tracing errors #1151

feat: [#1146] override tower-http tracing error

9ac676c
Select commit
Loading
Failed to load commit list.
Merged

Override tower-http tracing errors #1151

feat: [#1146] override tower-http tracing error
9ac676c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

76.02% (-0.11%) compared to 90f6a01

View this Pull Request on Codecov

76.02% (-0.11%) compared to 90f6a01

Details

Codecov Report

Attention: Patch coverage is 45.71429% with 19 lines in your changes missing coverage. Please review.

Project coverage is 76.02%. Comparing base (90f6a01) to head (9ac676c).

Files with missing lines Patch % Lines
src/servers/health_check_api/server.rs 12.50% 7 Missing ⚠️
src/servers/http/v1/routes.rs 12.50% 7 Missing ⚠️
src/servers/logging.rs 63.63% 4 Missing ⚠️
src/servers/apis/routes.rs 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1151      +/-   ##
===========================================
- Coverage    76.13%   76.02%   -0.11%     
===========================================
  Files          173      174       +1     
  Lines        11551    11583      +32     
  Branches     11551    11583      +32     
===========================================
+ Hits          8794     8806      +12     
- Misses        2590     2608      +18     
- Partials       167      169       +2     

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