swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Fixes a JSONUnkeyedDecodingContainer bug #41

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.16%. The diff coverage is 93.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   90.79%   90.96%   +0.16%     
==========================================
  Files          42       42              
  Lines        3293     3309      +16     
==========================================
+ Hits         2990     3010      +20     
+ Misses        303      299       -4     
Impacted Files Coverage Δ
...Coding/Decoding/JSONUnkeyedDecodingContainer.swift 95.04% <88.23%> (+0.36%) :arrow_up:
...s/Decoding/JSONUnkeyedDecodingContainerTests.swift 90.74% <94.54%> (+1.73%) :arrow_up:
...linux/debug/testlist.derived/JSONCodingTests.swift 100.00% <0.00%> (ø)
...PackageTestsTestlist.derived/JSONCodingTests.swift 100.00% <0.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 9911f92...d1d0b37. Read the comment docs.