Skip to content

libmicrohttpd to 1.0.3 in codeql checks

a6e6bd7
Select commit
Loading
Failed to load commit list.
Open

Migrate to libmicrohttpd 1.0.0 API with new features #370

libmicrohttpd to 1.0.3 in codeql checks
a6e6bd7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2026 in 0s

68.03% (+0.06%) compared to 6c115f3

View this Pull Request on Codecov

68.03% (+0.06%) compared to 6c115f3

Details

Codecov Report

❌ Patch coverage is 53.33333% with 119 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.03%. Comparing base (6c115f3) to head (a6e6bd7).

Files with missing lines Patch % Lines
src/webserver.cpp 37.69% 37 Missing and 44 partials ⚠️
src/http_request.cpp 64.55% 0 Missing and 28 partials ⚠️
src/digest_auth_fail_response.cpp 50.00% 0 Missing and 3 partials ⚠️
src/httpserver/digest_auth_fail_response.hpp 66.66% 0 Missing and 2 partials ⚠️
src/iovec_response.cpp 77.77% 0 Missing and 2 partials ⚠️
src/basic_auth_fail_response.cpp 0.00% 0 Missing and 1 partial ⚠️
src/httpserver/basic_auth_fail_response.hpp 50.00% 0 Missing and 1 partial ⚠️
src/httpserver/empty_response.hpp 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #370      +/-   ##
==========================================
+ Coverage   67.97%   68.03%   +0.06%     
==========================================
  Files          28       34       +6     
  Lines        1636     1730      +94     
  Branches      672      697      +25     
==========================================
+ Hits         1112     1177      +65     
- Misses         64       80      +16     
- Partials      460      473      +13     
Files with missing lines Coverage Δ
src/empty_response.cpp 100.00% <100.00%> (ø)
src/http_utils.cpp 66.97% <100.00%> (+0.93%) ⬆️
src/httpserver/create_webserver.hpp 96.98% <ø> (ø)
src/httpserver/http_request.hpp 88.37% <ø> (ø)
src/httpserver/http_utils.hpp 75.00% <ø> (ø)
src/httpserver/iovec_response.hpp 100.00% <100.00%> (ø)
src/httpserver/pipe_response.hpp 100.00% <100.00%> (ø)
src/pipe_response.cpp 100.00% <100.00%> (ø)
src/basic_auth_fail_response.cpp 50.00% <0.00%> (-50.00%) ⬇️
src/httpserver/basic_auth_fail_response.hpp 80.00% <50.00%> (+5.00%) ⬆️
... and 6 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c115f3...a6e6bd7. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.