Closed JARMourato closed 3 years ago
Merging #7 (ace5849) into main (6d8f825) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #7 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 367 377 +10
=========================================
+ Hits 367 377 +10
Impacted Files | Coverage Δ | |
---|---|---|
Sources/Extensions/Optional+Utilities.swift | 100.00% <100.00%> (ø) |
|
Sources/Kodable/Codable+AnyCodingKey.swift | 100.00% <100.00%> (ø) |
|
Sources/Kodable/KodableTransformable.swift | 100.00% <100.00%> (ø) |
|
Sources/Wrappers/CodableDate.swift | 100.00% <100.00%> (ø) |
|
Sources/Wrappers/Coding.swift | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 6d8f825...ace5849. Read the comment docs.
Fixes the default behaviour, where nil values were encoded as
null
. Now it skips nil values, following defaultCodable
behaviour.It adds an option to force nil values to be encoded as
null
by doingResolves #6