Skip to content

feat(orm)!: transactions support - #468

Open
m4tx wants to merge 2 commits into
masterfrom
transactions
Open

feat(orm)!: transactions support#468
m4tx wants to merge 2 commits into
masterfrom
transactions

fixes

764bb3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 27, 2026 in 0s

90.08% (-0.18%) compared to ce7be75

View this Pull Request on Codecov

90.08% (-0.18%) compared to ce7be75

Details

Codecov Report

❌ Patch coverage is 86.63484% with 56 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cot/src/db.rs 83.92% 16 Missing and 29 partials ⚠️
cot/src/auth/db.rs 75.00% 3 Missing and 1 partial ⚠️
cot/src/session/store/db.rs 88.57% 0 Missing and 4 partials ⚠️
cot/src/db/sea_query_db.rs 96.05% 0 Missing and 3 partials ⚠️
Files with missing lines Coverage Δ
cot-macros/src/model.rs 96.36% <ø> (ø)
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/query.rs 84.16% <100.00%> (+0.58%) ⬆️
cot/src/db/relations.rs 91.66% <100.00%> (ø)
cot/src/db/sea_query_db.rs 96.75% <96.05%> (-0.52%) ⬇️
cot/src/auth/db.rs 82.71% <75.00%> (+0.14%) ⬆️
cot/src/session/store/db.rs 83.13% <88.57%> (+2.05%) ⬆️
cot/src/db.rs 82.95% <83.92%> (-3.88%) ⬇️

... 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.