Skip to content

Merge branch 'master' into transactions

6003c76
Select commit
Loading
Failed to load commit list.
Draft

feat(orm)!: transactions support #468

Merge branch 'master' into transactions
6003c76
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2026 in 1s

89.35% (-0.35%) compared to de98fe0

View this Pull Request on Codecov

89.35% (-0.35%) compared to de98fe0

Details

Codecov Report

❌ Patch coverage is 76.63043% with 86 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cot/src/db.rs 69.92% 53 Missing and 24 partials ⚠️
cot/src/auth/db.rs 75.00% 3 Missing and 1 partial ⚠️
cot/src/db/sea_query_db.rs 94.73% 0 Missing and 4 partials ⚠️
cot/src/db/query.rs 90.00% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
cot-macros/src/model.rs 96.39% <ø> (ø)
cot/src/db/impl_mysql.rs 100.00% <ø> (ø)
cot/src/db/impl_postgres.rs 100.00% <ø> (ø)
cot/src/db/impl_sqlite.rs 94.73% <ø> (ø)
cot/src/db/relations.rs 91.66% <100.00%> (ø)
cot/src/session/store/db.rs 85.93% <100.00%> (+4.85%) ⬆️
cot/src/db/query.rs 75.83% <90.00%> (+0.09%) ⬆️
cot/src/auth/db.rs 85.34% <75.00%> (+0.12%) ⬆️
cot/src/db/sea_query_db.rs 94.56% <94.73%> (+0.06%) ⬆️
cot/src/db.rs 77.65% <69.92%> (-8.17%) ⬇️

... and 1 file with indirect coverage changes

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