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

Renamed ArrayClass and ObjectClass to JSONArray and JSONObject. #10

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago
fabianfett commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   76.67%   76.88%   +0.21%     
==========================================
  Files          24       24              
  Lines        2379     2405      +26     
==========================================
+ Hits         1824     1849      +25     
- Misses        555      556       +1     
Impacted Files Coverage Δ
Sources/PureSwiftJSONParsing/JSONParser.swift 93.75% <0.00%> (+0.23%) :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 8644869...6b352d1. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.21%. The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   76.67%   76.88%   +0.21%     
==========================================
  Files          24       24              
  Lines        2379     2405      +26     
==========================================
+ Hits         1824     1849      +25     
- Misses        555      556       +1
Impacted Files Coverage Δ
...ONCoding/Encoding/JSONKeyedEncodingContainer.swift 34.17% <ø> (ø) :arrow_up:
...Coding/Encoding/JSONUnkeyedEncodingContainer.swift 20.77% <ø> (ø) :arrow_up:
...ts/Learning/FoundationJSONSerializationTests.swift 78.57% <ø> (ø)
...ces/PureSwiftJSONCoding/Decoding/JSONDecoder.swift 85.52% <0%> (ø) :arrow_up:
...ces/PureSwiftJSONCoding/Encoding/JSONEncoder.swift 85.71% <100%> (ø) :arrow_up:
...Coding/Decoding/JSONUnkeyedDecodingContainer.swift 16.44% <100%> (ø) :arrow_up:
...ingTests/Learning/FoundationJSONEncoderTests.swift 95.74% <92.85%> (ø)
Sources/PureSwiftJSONParsing/JSONParser.swift 93.75% <0%> (+0.23%) :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 8644869...6b352d1. Read the comment docs.