francoispqt / gojay

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

Fix error when skipping string with unicode #91

Closed francoispqt closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #91 into master will decrease coverage by 0.03%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #91      +/-   ##
=========================================
- Coverage   98.74%   98.7%   -0.04%     
=========================================
  Files          36      36              
  Lines        5161    5166       +5     
=========================================
+ Hits         5096    5099       +3     
- Misses         51      52       +1     
- Partials       14      15       +1
Impacted Files Coverage Δ
decode_string.go 98.8% <60%> (-1.2%) :arrow_down:

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 ef10bf3...41189cb. Read the comment docs.