vavr-io / vavr-jackson

Jackson datatype module for Vavr
Apache License 2.0
97 stars 35 forks source link

LazySerializer and LazyDeserializer are contextual #147

Closed mincong-h closed 4 years ago

mincong-h commented 4 years ago

Fix #145

codecov-io commented 4 years ago

Codecov Report

Merging #147 into master will decrease coverage by 0.7%. The diff coverage is 85.45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #147      +/-   ##
============================================
- Coverage     93.88%   93.18%   -0.71%     
- Complexity      296      309      +13     
============================================
  Files            47       47              
  Lines           671      719      +48     
  Branches        155      166      +11     
============================================
+ Hits            630      670      +40     
- Misses           18       21       +3     
- Partials         23       28       +5
Impacted Files Coverage Δ Complexity Δ
...ackson/datatype/deserialize/VavrDeserializers.java 92.77% <100%> (ø) 38 <0> (ø) :arrow_down:
...vr/jackson/datatype/serialize/VavrSerializers.java 92.77% <100%> (ø) 38 <0> (ø) :arrow_down:
...avr/jackson/datatype/serialize/LazySerializer.java 82.85% <82.35%> (-17.15%) 11 <11> (+9)
...jackson/datatype/deserialize/LazyDeserializer.java 90.9% <89.47%> (-9.1%) 8 <6> (+4)

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 65b4e4c...e827126. Read the comment docs.

ruslansennov commented 4 years ago

@mincong-h thanks

mincong-h commented 4 years ago

Thank you @ruslansennov !