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

Use Raw String Encoding in Tests #4

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago

Codecov Report

Merging #4 into master will decrease coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   67.68%   67.44%   -0.25%     
==========================================
  Files          21       21              
  Lines        1640     1634       -6     
==========================================
- Hits         1110     1102       -8     
- Misses        530      532       +2     
Impacted Files Coverage Δ
Sources/PureSwiftJSONParsing/DocumentReader.swift 87.71% <0.00%> (-3.51%) :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 3604b5f...f3c1030. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #4 into master will decrease coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   67.68%   67.44%   -0.25%     
==========================================
  Files          21       21              
  Lines        1640     1634       -6     
==========================================
- Hits         1110     1102       -8     
- Misses        530      532       +2
Impacted Files Coverage Δ
Tests/JSONParsingTests/ObjectParserTests.swift 100% <100%> (ø) :arrow_up:
...ts/JSONCodingTests/Encoding/JSONEncoderTests.swift 89.58% <100%> (ø) :arrow_up:
Tests/JSONParsingTests/StringParserTests.swift 100% <100%> (ø) :arrow_up:
Tests/JSONParsingTests/JSONParserTests.swift 93.1% <100%> (ø) :arrow_up:
Tests/JSONParsingTests/ArrayParserTests.swift 95.91% <100%> (ø) :arrow_up:
Sources/PureSwiftJSONParsing/DocumentReader.swift 87.71% <0%> (-3.51%) :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 3604b5f...f3c1030. Read the comment docs.