Skip to content

hide private items

9fd687f
Select commit
Loading
Failed to load commit list.
Open

refactor!: extract framework core to cot-core #444

hide private items
9fd687f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 18, 2026 in 0s

90.41% (-0.01%) compared to f155000

View this Pull Request on Codecov

90.41% (-0.01%) compared to f155000

Details

Codecov Report

❌ Patch coverage is 93.60902% with 17 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cot-core/src/request/extractors.rs 94.11% 3 Missing and 4 partials ⚠️
cot-core/src/middleware.rs 85.71% 6 Missing ⚠️
cot/src/request/extractors.rs 86.66% 2 Missing ⚠️
cot-core/src/request.rs 98.21% 0 Missing and 1 partial ⚠️
cot/src/error_page.rs 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
cot-core/src/body.rs 84.89% <100.00%> (ø)
cot-core/src/error/backtrace.rs 96.82% <100.00%> (ø)
cot-core/src/error/error_impl.rs 90.13% <100.00%> (ø)
cot-core/src/error/method_not_allowed.rs 100.00% <ø> (ø)
cot-core/src/error/uncaught_panic.rs 75.00% <ø> (ø)
cot-core/src/handler.rs 78.26% <100.00%> (ø)
cot-core/src/html.rs 97.44% <ø> (ø)
cot-core/src/request/path_params_deserializer.rs 63.49% <ø> (ø)
cot-core/src/response.rs 96.66% <ø> (ø)
cot-core/src/response/into_response.rs 99.26% <100.00%> (ø)
... and 26 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.