vavr-io / vavr-jackson

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

Deserialize classes Option.{Some,None} #166

Closed mincong-h closed 4 years ago

mincong-h commented 4 years ago

Fix https://github.com/vavr-io/vavr-jackson/issues/165

codecov-commenter commented 4 years ago

Codecov Report

Merging #166 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #166   +/-   ##
=========================================
  Coverage     93.32%   93.32%           
  Complexity      343      343           
=========================================
  Files            47       47           
  Lines           794      794           
  Branches        172      172           
=========================================
  Hits            741      741           
  Misses           24       24           
  Partials         29       29           
Impacted Files Coverage Δ Complexity Δ
...ackson/datatype/deserialize/VavrDeserializers.java 93.18% <0.00%> (ø) 38.00 <0.00> (ø)

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 4645271...a78b637. Read the comment docs.