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

HTTP API refactoring #2075

Merged
merged 1 commit into from
Jan 10, 2025

http: The big HTTP API refactoring of January 2025.

73f50e2
Select commit
Loading
Failed to load commit list.
Merged

HTTP API refactoring #2075

http: The big HTTP API refactoring of January 2025.
73f50e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

83.35% (+0.42%) compared to a381af4

View this Pull Request on Codecov

83.35% (+0.42%) compared to a381af4

Details

Codecov Report

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

Project coverage is 83.35%. Comparing base (a381af4) to head (73f50e2).

Files with missing lines Patch % Lines
src/supplemental/http/http_conn.c 83.79% 59 Missing ⚠️
src/supplemental/http/http_server.c 77.61% 15 Missing ⚠️
src/supplemental/http/http_public.c 76.00% 12 Missing ⚠️
src/supplemental/http/http_msg.c 89.10% 11 Missing ⚠️
src/supplemental/websocket/websocket.c 91.42% 6 Missing ⚠️
src/supplemental/http/http_client.c 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2075      +/-   ##
==========================================
+ Coverage   82.92%   83.35%   +0.42%     
==========================================
  Files          94       94              
  Lines       23694    23600      -94     
  Branches     3052     3056       +4     
==========================================
+ Hits        19648    19671      +23     
+ Misses       3970     3851     -119     
- Partials       76       78       +2     

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