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

Prevent Stack Overflow With Nested Structures #5

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   67.44%   68.54%   +1.10%     
==========================================
  Files          21       21              
  Lines        1634     1701      +67     
==========================================
+ Hits         1102     1166      +64     
- Misses        532      535       +3     

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 36e1ea2...418bf1a. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #5 into master will increase coverage by 1.1%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #5     +/-   ##
=========================================
+ Coverage   67.44%   68.54%   +1.1%     
=========================================
  Files          21       21             
  Lines        1634     1701     +67     
=========================================
+ Hits         1102     1166     +64     
- Misses        532      535      +3
Impacted Files Coverage Δ
Sources/PureSwiftJSONParsing/JSONValue.swift 91.34% <ø> (ø) :arrow_up:
Sources/PureSwiftJSONParsing/JSONParser.swift 90.02% <100%> (+0.51%) :arrow_up:
Tests/JSONParsingTests/JSONParserTests.swift 93.15% <93.33%> (+0.04%) :arrow_up:
Tests/JSONParsingTests/ObjectParserTests.swift 97.36% <93.75%> (-2.64%) :arrow_down:
Tests/JSONParsingTests/ArrayParserTests.swift 95.38% <93.75%> (-0.54%) :arrow_down:

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 36e1ea2...418bf1a. Read the comment docs.