greglook / clj-cbor

Native Clojure CBOR codec implementation.
The Unlicense
70 stars 7 forks source link

Always return longs from decoded integers #5

Closed greglook closed 7 years ago

greglook commented 7 years ago

Fixes #4.

codecov-io commented 7 years ago

Codecov Report

Merging #5 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #5   +/-   ##
========================================
  Coverage    99.86%   99.86%           
========================================
  Files           13       13           
  Lines          730      730           
  Branches         1        1           
========================================
  Hits           729      729           
  Partials         1        1
Impacted Files Coverage Δ
src/clj_cbor/header.clj 100% <100%> (ø) :arrow_up:
src/clj_cbor/codec.clj 99.67% <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 c3999e0...7b1a884. Read the comment docs.