francoispqt / gojay

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

add handling of null empty and add null methods #63

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   99.94%   99.95%   +<.01%     
==========================================
  Files          34       35       +1     
  Lines        3725     4075     +350     
==========================================
+ Hits         3723     4073     +350     
  Misses          1        1              
  Partials        1        1
Impacted Files Coverage Δ
encode.go 100% <ø> (ø) :arrow_up:
encode_sqlnull.go 100% <100%> (ø) :arrow_up:
encode_object.go 100% <100%> (ø) :arrow_up:
encode_number_int.go 100% <100%> (ø) :arrow_up:
encode_array.go 100% <100%> (ø) :arrow_up:
encode_null.go 100% <100%> (ø)
encode_number_float.go 100% <100%> (ø) :arrow_up:
encode_bool.go 100% <100%> (ø) :arrow_up:
encode_string.go 100% <100%> (ø) :arrow_up:
encode_number_uint.go 100% <100%> (ø) :arrow_up:
... and 1 more

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 024cbd8...c18a39a. Read the comment docs.