Skip to content

feat(orm): string matching in Query - #605

Open
ElijahAhianyo wants to merge 30 commits into
masterfrom
elijah/like-query
Open

feat(orm): string matching in Query#605
ElijahAhianyo wants to merge 30 commits into
masterfrom
elijah/like-query

fix miri tests

649ecfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 30, 2026 in 0s

90.44% (+0.14%) compared to f529122

View this Pull Request on Codecov

90.44% (+0.14%) compared to f529122

Details

Codecov Report

❌ Patch coverage is 90.69424% with 63 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cot/src/db/query/expr.rs 73.98% 37 Missing and 8 partials ⚠️
cot/src/db.rs 68.42% 0 Missing and 6 partials ⚠️
cot-macros/src/query.rs 96.18% 4 Missing and 1 partial ⚠️
cot/src/db/query.rs 69.23% 2 Missing and 2 partials ⚠️
cot/src/db/query/expr/like.rs 96.59% 2 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
cot-macros/src/model.rs 96.36% <ø> (ø)
cot/src/auth.rs 91.05% <ø> (ø)
cot/src/common_types.rs 84.67% <ø> (ø)
cot/src/db/fields.rs 87.71% <ø> (ø)
cot/src/db/impl_mysql.rs 100.00% <100.00%> (ø)
cot/src/db/impl_postgres.rs 100.00% <100.00%> (ø)
cot/src/db/impl_sqlite.rs 99.24% <100.00%> (+4.50%) ⬆️
cot/src/test.rs 84.77% <100.00%> (ø)
cot/src/db/query/expr/like.rs 96.59% <96.59%> (ø)
cot/src/db/query.rs 85.00% <69.23%> (+1.41%) ⬆️
... and 3 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.