Closed gwynne closed 2 years ago
Merging #514 (ab86f3e) into main (118870c) will increase coverage by
3.39%
. The diff coverage is78.37%
.
@@ Coverage Diff @@
## main #514 +/- ##
==========================================
+ Coverage 43.06% 46.46% +3.39%
==========================================
Files 109 98 -11
Lines 5995 5514 -481
==========================================
- Hits 2582 2562 -20
+ Misses 3413 2952 -461
Flag | Coverage Δ | |
---|---|---|
unittests | 46.46% <78.37%> (+3.39%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
Sources/FluentKit/FluentError.swift | 31.57% <0.00%> (ø) |
|
Sources/FluentKit/Properties/Parent.swift | 27.65% <0.00%> (-1.56%) |
:arrow_down: |
Sources/FluentKit/Operators/ValueOperators.swift | 70.00% <100.00%> (+17.05%) |
:arrow_up: |
...rces/FluentBenchmark/SolarSystem/SolarSystem.swift | ||
...ntBenchmark/SolarSystem/GalacticJurisdiction.swift | ||
...ces/FluentBenchmark/SolarSystem/Jurisdiction.swift | ||
Sources/FluentBenchmark/SolarSystem/Governor.swift | ||
Sources/FluentBenchmark/SolarSystem/Moon.swift | ||
Sources/FluentBenchmark/SolarSystem/Star.swift | ||
Sources/FluentBenchmark/SolarSystem/Galaxy.swift | ||
... and 4 more |
missingParent
case ofFluentError
now contains detailed information about which model was missing as part of the error itself. (Yes, this is technically a public API-breaking change, but I'm invoking the "enums are a messy edge case for semver" exception because it's a real problem that this info has been missing from the API.).filter(\.$id == ...)
and.filter(\.$id != ...)
now work when the queried model is using@CompositeID
.