Skip to content

Conversation

@ptoffy
Copy link
Member

@ptoffy ptoffy commented Dec 3, 2025

No description provided.

@ptoffy ptoffy requested review from 0xTim and gwynne as code owners December 3, 2025 09:52
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 24.36%. Comparing base (8baacd7) to head (02f7233).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #643      +/-   ##
==========================================
+ Coverage   23.86%   24.36%   +0.49%     
==========================================
  Files         149      148       -1     
  Lines        9347     8673     -674     
==========================================
- Hits         2231     2113     -118     
+ Misses       7116     6560     -556     
Files with missing lines Coverage Δ
Sources/FluentKit/Query/Builder/QueryBuilder.swift 78.94% <ø> (+0.75%) ⬆️

... and 81 files with indirect coverage changes

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

@ptoffy ptoffy mentioned this pull request Dec 3, 2025
Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - one query


public func all() -> EventLoopFuture<[Model]> {
#if swift(<5.10)
let models: UnsafeMutableTransferBox<[Result<Model, any Error>]> = .init([])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove UnsafeMutableTransferBox now?

@ptoffy ptoffy merged commit 2c196f6 into main Dec 3, 2025
16 of 18 checks passed
@ptoffy ptoffy deleted the swift-6 branch December 3, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants