francoispqt / gojay

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

Version/v0.10.5 - Add support for EmbeddedJSON - Optimise Encoding #21

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.34%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   95.11%   95.46%   +0.34%     
==========================================
  Files          22       24       +2     
  Lines        2008     2137     +129     
==========================================
+ Hits         1910     2040     +130     
+ Misses         66       65       -1     
  Partials       32       32
Impacted Files Coverage Δ
decode_stream_pool.go 97.22% <ø> (ø) :arrow_up:
decode.go 95.93% <100%> (+0.04%) :arrow_up:
encode_embedded_json.go 100% <100%> (ø)
encode_bool.go 100% <100%> (ø) :arrow_up:
encode_pool.go 100% <100%> (+5%) :arrow_up:
encode_object.go 100% <100%> (ø) :arrow_up:
encode_stream.go 100% <100%> (ø) :arrow_up:
encode_string.go 100% <100%> (ø) :arrow_up:
encode_array.go 100% <100%> (ø) :arrow_up:
decode_pool.go 100% <100%> (ø) :arrow_up:
... and 7 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 514aec1...46105a3. Read the comment docs.