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 typo decodeFixedWithInteger() -> decodeFixedWidthInteger() #22

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #22   +/-   ##
======================================
  Coverage    87.9%   87.9%           
======================================
  Files          31      31           
  Lines        2894    2894           
======================================
  Hits         2544    2544           
  Misses        350     350
Impacted Files Coverage Δ
...ng/Decoding/JSONSingleValueDecodingContainer.swift 96.55% <100%> (ø) :arrow_up:
...Coding/Decoding/JSONUnkeyedDecodingContainer.swift 94.56% <100%> (ø) :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 335d0ea...134d663. Read the comment docs.