Add tests for untested HTTP methods and request/response getters #362
Codecov / codecov/project
succeeded
Feb 3, 2026 in 0s
70.54% (+8.55%) compared to 77b089a
View this Pull Request on Codecov
70.54% (+8.55%) compared to 77b089a
Details
Codecov Report
❌ Patch coverage is 73.07692% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.54%. Comparing base (77b089a) to head (8da5133).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/webserver.cpp | 66.66% | 0 Missing and 5 partials |
| src/string_utilities.cpp | 81.81% | 0 Missing and 2 partials |
Additional details and impacted files
@@ Coverage Diff @@
## master #362 +/- ##
==========================================
+ Coverage 61.98% 70.54% +8.55%
==========================================
Files 28 28
Lines 1339 1436 +97
Branches 562 570 +8
==========================================
+ Hits 830 1013 +183
+ Misses 126 35 -91
- Partials 383 388 +5 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/string_utilities.cpp | 69.23% <81.81%> (+9.23%) |
⬆️ |
| src/webserver.cpp | 58.81% <66.66%> (+8.91%) |
⬆️ |
... and 13 files with indirect coverage changes
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 77b089a...8da5133. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading