francoispqt / gojay

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

Update/make pooling safer to use #8

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.25%. The diff coverage is 92.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   88.42%   88.68%   +0.25%     
==========================================
  Files          19       20       +1     
  Lines        1400     1573     +173     
==========================================
+ Hits         1238     1395     +157     
- Misses        120      133      +13     
- Partials       42       45       +3
Impacted Files Coverage Δ
decode_array.go 85.29% <100%> (+1.16%) :arrow_up:
encode_bool.go 92.85% <100%> (+3.96%) :arrow_up:
decode_pool.go 89.74% <100%> (-6.81%) :arrow_down:
encode_array.go 100% <100%> (ø) :arrow_up:
decode_bool.go 97.05% <100%> (+0.39%) :arrow_up:
decode.go 95.78% <100%> (+0.23%) :arrow_up:
decode_string.go 87.5% <100%> (+0.43%) :arrow_up:
decode_unsafe.go 92.68% <100%> (ø) :arrow_up:
decode_number.go 82.67% <100%> (+1.01%) :arrow_up:
decode_stream.go 90% <100%> (-0.91%) :arrow_down:
... and 11 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 2896c17...3792b2a. Read the comment docs.