francoispqt / gojay

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

make parsing of big floats possible by truncating them at high precision #88

Closed francoispqt closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #88 into master will decrease coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   99.19%   99.04%   -0.16%     
==========================================
  Files          36       36              
  Lines        5100     5114      +14     
==========================================
+ Hits         5059     5065       +6     
- Misses         35       39       +4     
- Partials        6       10       +4
Impacted Files Coverage Δ
decode_number.go 100% <ø> (ø) :arrow_up:
decode_number_float.go 100% <100%> (ø) :arrow_up:
decode_number_int.go 99.04% <0%> (-0.96%) :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 688c5d0...d4326cd. Read the comment docs.