francoispqt / gojay

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

add support of unicode parsing #26

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will increase coverage by 3.21%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #26      +/-   ##
========================================
+ Coverage   96.78%   100%   +3.21%     
========================================
  Files          24     30       +6     
  Lines        2454   3265     +811     
========================================
+ Hits         2375   3265     +890     
+ Misses         49      0      -49     
+ Partials       30      0      -30
Impacted Files Coverage Δ
encode_array.go 100% <100%> (ø) :arrow_up:
decode_object.go 100% <100%> (+7.05%) :arrow_up:
encode_interface.go 100% <100%> (ø) :arrow_up:
encode_stream.go 100% <100%> (ø) :arrow_up:
decode_array.go 100% <100%> (ø) :arrow_up:
encode.go 100% <100%> (ø) :arrow_up:
decode_pool.go 100% <100%> (ø) :arrow_up:
encode_stream_pool.go 100% <100%> (ø) :arrow_up:
decode_stream_pool.go 100% <100%> (+11.11%) :arrow_up:
decode_unsafe.go 100% <100%> (+7.31%) :arrow_up:
... and 24 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 5585f95...df082b9. Read the comment docs.