francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

add sql null types decoding methods, fix error message when invalid t… #87

Closed francoispqt closed 5 years ago

francoispqt commented 5 years ago

…ype sent to decode method

codecov-io commented 5 years ago

Codecov Report

Merging #87 into master will decrease coverage by 0.3%. The diff coverage is 68.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   99.19%   98.89%   -0.31%     
==========================================
  Files          36       36              
  Lines        5100     5148      +48     
==========================================
+ Hits         5059     5091      +32     
- Misses         35       47      +12     
- Partials        6       10       +4
Impacted Files Coverage Δ
decode_string.go 100% <ø> (ø) :arrow_up:
decode_unsafe.go 100% <100%> (ø) :arrow_up:
decode.go 96.76% <68%> (-2.54%) :arrow_down:

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 688c5d0...660555c. Read the comment docs.