Closed dmonagle closed 2 years ago
Merging #525 (d9b32a2) into main (a5360d8) will increase coverage by
2.90%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #525 +/- ##
==========================================
+ Coverage 42.03% 44.94% +2.90%
==========================================
Files 112 101 -11
Lines 6280 5765 -515
==========================================
- Hits 2640 2591 -49
+ Misses 3640 3174 -466
Flag | Coverage Δ | |
---|---|---|
unittests | 44.94% <ø> (+2.90%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Added @discardableResult to all functions in SchemaBuilder that modify Self and return Self. This brings it in line with QueryBuilder and also allows more complicated migrations that use conditional logic (ie not chained) to work without having to use
let _ =
to avoidResult of call to 'xxx' is unused
warnings.