francoispqt / gojay

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

Update/comply rfc7159 #25

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #25 into master will increase coverage by 1.43%. The diff coverage is 94.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   95.34%   96.78%   +1.43%     
==========================================
  Files          24       24              
  Lines        2126     2454     +328     
==========================================
+ Hits         2027     2375     +348     
+ Misses         67       49      -18     
+ Partials       32       30       -2
Impacted Files Coverage Δ
encode_number.go 100% <ø> (ø) :arrow_up:
encode_pool.go 100% <ø> (ø) :arrow_up:
errors.go 100% <ø> (ø) :arrow_up:
decode_array.go 100% <100%> (+8.82%) :arrow_up:
encode_string.go 100% <100%> (ø) :arrow_up:
encode_builder.go 100% <100%> (ø) :arrow_up:
encode.go 100% <100%> (ø) :arrow_up:
decode_embedded_json.go 100% <100%> (ø) :arrow_up:
decode_bool.go 100% <100%> (+2.94%) :arrow_up:
decode_string.go 91.5% <72.5%> (-0.17%) :arrow_down:
... and 6 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 d096375...aeeed52. Read the comment docs.