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

Fix lowercase unicode escaped sequence #42

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   90.96%   91.05%   +0.09%     
==========================================
  Files          42       41       -1     
  Lines        3309     3265      -44     
==========================================
- Hits         3010     2973      -37     
+ Misses        299      292       -7     
Impacted Files Coverage Δ
Sources/PureSwiftJSONParsing/DocumentReader.swift 93.10% <100.00%> (+0.19%) :arrow_up:
Tests/JSONParsingTests/StringParserTests.swift 100.00% <100.00%> (ø)
...sts/LearningTests/FoundationJSONEncoderTests.swift 91.83% <0.00%> (-1.15%) :arrow_down:
...sts/LearningTests/FoundationJSONDecoderTests.swift 93.29% <0.00%> (-0.08%) :arrow_down:
...inux/debug/testlist.derived/JSONParsingTests.swift 100.00% <0.00%> (ø)
...ackageTestsTestlist.derived/JSONParsingTests.swift 100.00% <0.00%> (ø)
...arningTests/FoundationJSONSerializationTests.swift

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 2aaa3eb...3bc7693. Read the comment docs.