JARMourato / Kodable

A supercharged extension of Codable
MIT License
83 stars 6 forks source link

Extend Lossy Arrays to Appropriately Handle Decodables instead of just LosslessDecodables #11

Closed matolah closed 2 years ago

JARMourato commented 2 years ago

It also needs to be linted

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (0c5a898) into main (af407f5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          386       392    +6     
=========================================
+ Hits           386       392    +6     
Impacted Files Coverage Δ
Sources/Kodable/Codable+AnyCodingKey.swift 100.00% <ø> (ø)
Sources/Kodable/Codable+Lossless.swift 100.00% <100.00%> (ø)
Sources/Kodable/KodableTransformable.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 af407f5...0c5a898. Read the comment docs.