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 number parsing #8

Closed fabianfett closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #8 into master will increase coverage by 1.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   74.28%   75.35%   +1.06%     
==========================================
  Files          23       23              
  Lines        2174     2272      +98     
==========================================
+ Hits         1615     1712      +97     
- Misses        559      560       +1     
Impacted Files Coverage Δ
...ngTests/Learning/FoundationJSONSerialization.swift 78.57% <0.00%> (ø)
Sources/PureSwiftJSONParsing/JSONParser.swift 93.51% <0.00%> (+0.81%) :arrow_up:
Tests/JSONParsingTests/NumberParserTests.swift 95.58% <0.00%> (+1.38%) :arrow_up:

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 7023fef...9b822a7. Read the comment docs.