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 handler fini #2091

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

http: start of clean up of public vs. private functions

d203647
Select commit
Loading
Failed to load commit list.
Open

Http handler fini #2091

http: start of clean up of public vs. private functions
d203647
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2025 in 0s

83.80% (-0.19%) compared to c4ca483

View this Pull Request on Codecov

83.80% (-0.19%) compared to c4ca483

Details

Codecov Report

Attention: Patch coverage is 89.75904% with 17 lines in your changes missing coverage. Please review.

Project coverage is 83.80%. Comparing base (c4ca483) to head (d203647).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/supplemental/http/http_server.c 86.56% 9 Missing ⚠️
src/supplemental/http/http_conn.c 94.23% 3 Missing ⚠️
src/supplemental/http/http_msg.c 72.72% 3 Missing ⚠️
src/supplemental/http/http_client.c 94.73% 1 Missing ⚠️
src/supplemental/websocket/websocket.c 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2091      +/-   ##
==========================================
- Coverage   83.98%   83.80%   -0.19%     
==========================================
  Files          93       93              
  Lines       23496    23411      -85     
  Branches     3032     3031       -1     
==========================================
- Hits        19733    19619     -114     
- Misses       3684     3717      +33     
+ Partials       79       75       -4     

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