francoispqt / gojay

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

Version/1.2.4 #70

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #70 into master will decrease coverage by 0.79%. The diff coverage is 88.85%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #70     +/-   ##
========================================
- Coverage     100%   99.2%   -0.8%     
========================================
  Files          36      36             
  Lines        4830    5139    +309     
========================================
+ Hits         4830    5098    +268     
- Misses          0      35     +35     
- Partials        0       6      +6
Impacted Files Coverage Δ
errors.go 100% <ø> (ø) :arrow_up:
encode.go 100% <ø> (ø) :arrow_up:
encode_number_uint.go 100% <100%> (ø) :arrow_up:
decode_array.go 94.95% <100%> (-5.05%) :arrow_down:
encode_time.go 100% <100%> (ø) :arrow_up:
encode_pool.go 100% <100%> (ø) :arrow_up:
encode_bool.go 100% <100%> (ø) :arrow_up:
encode_object.go 100% <100%> (ø) :arrow_up:
encode_number_float.go 100% <100%> (ø) :arrow_up:
encode_string.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 0d1a893...7b5e7ac. Read the comment docs.