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 swiftformat for 0.45.x #59

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into main will increase coverage by 0.10%. The diff coverage is 92.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   90.73%   90.84%   +0.10%     
==========================================
  Files          40       40              
  Lines        3378     3374       -4     
==========================================
  Hits         3065     3065              
+ Misses        313      309       -4     
Impacted Files Coverage Δ
...ftJSON/Encoding/JSONUnkeyedEncodingContainer.swift 57.35% <75.00%> (+0.21%) :arrow_up:
...wiftJSON/Encoding/JSONKeyedEncodingContainer.swift 64.28% <78.57%> (+0.39%) :arrow_up:
...arningTests/FoundationJSONSerializationTests.swift 78.57% <78.57%> (ø)
...ON/Encoding/JSONSingleValueEncodingContainer.swift 62.96% <84.61%> (+1.14%) :arrow_up:
...wiftJSON/Decoding/JSONKeyedDecodingContainer.swift 92.92% <85.18%> (+1.01%) :arrow_up:
Sources/PureSwiftJSON/Parsing/DocumentReader.swift 91.94% <92.85%> (+0.05%) :arrow_up:
Sources/PureSwiftJSON/Parsing/JSONParser.swift 91.36% <94.87%> (-0.03%) :arrow_down:
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.48% <96.00%> (ø)
...sts/LearningTests/FoundationJSONDecoderTests.swift 93.37% <96.15%> (ø)
...ON/Decoding/JSONSingleValueDecodingContainer.swift 96.82% <96.29%> (+0.10%) :arrow_up:
... and 15 more

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 2852986...fd36f9c. Read the comment docs.