francoispqt / gojay

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

add fix on decode interface for bool and nulls #73

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #73 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage    99.2%   99.19%   -0.01%     
==========================================
  Files          36       36              
  Lines        5139     5102      -37     
==========================================
- Hits         5098     5061      -37     
  Misses         35       35              
  Partials        6        6
Impacted Files Coverage Δ
decode_number_float.go 100% <ø> (ø) :arrow_up:
decode_number_uint.go 100% <ø> (ø) :arrow_up:
decode_array.go 94.87% <ø> (-0.09%) :arrow_down:
decode_number_int.go 100% <ø> (ø) :arrow_up:
decode_object.go 87.5% <ø> (-0.25%) :arrow_down:
decode_string.go 100% <ø> (ø) :arrow_up:
decode_embedded_json.go 100% <ø> (ø) :arrow_up:
decode_interface.go 100% <100%> (ø) :arrow_up:
decode_bool.go 100% <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 f558782...df5e7d6. Read the comment docs.