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

`JSONValue.debugDataTypeDescription` is internal now #45

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago

Fixes #38

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   90.76%   90.76%           
=======================================
  Files          39       39           
  Lines        3301     3301           
=======================================
  Hits         2996     2996           
  Misses        305      305           
Impacted Files Coverage Δ
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift 100.00% <ø> (ø)
Sources/PureSwiftJSON/JSONValue.swift 94.64% <100.00%> (ø)

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 1d977ad...7f60ff1. Read the comment docs.