SomeRandomiOSDev / CBORCoding

Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
MIT License
49 stars 14 forks source link

Added conformance to `TopLevelEncoder` and `TopLevelDecoder` #7

Closed SomeRandomiOSDev closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   99.32%   99.32%           
=======================================
  Files          12       12           
  Lines        6552     6552           
=======================================
  Hits         6508     6508           
  Misses         44       44
Impacted Files Coverage Δ
CBORCoding/CBORDecoder.swift 97.16% <ø> (ø) :arrow_up:
CBORCoding/CBOREncoder.swift 98.27% <ø> (ø) :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 7fe3a29...03833c9. Read the comment docs.