taimos / dvalin

Taimos microservices framework
Apache License 2.0
14 stars 6 forks source link

GenericConverter rework #51

Closed siglocpp closed 7 years ago

siglocpp commented 7 years ago

New implementation of GenericConverter with options to later append additional converting options (IValueConverter)

codecov-io commented 7 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.12%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #51      +/-   ##
============================================
- Coverage     23.61%   23.48%   -0.13%     
  Complexity      263      263              
============================================
  Files           110      114       +4     
  Lines          2757     2772      +15     
  Branches        333      331       -2     
============================================
  Hits            651      651              
- Misses         2055     2070      +15     
  Partials         51       51
Impacted Files Coverage Δ Complexity Δ
...el/ivo/util/converter/PrimitiveValueConverter.java 0% <0%> (ø) 0 <0> (?)
...onnect/model/ivo/util/converter/ConverterUtil.java 0% <0%> (ø) 0 <0> (?)
.../interconnect/model/ivo/util/GenericConverter.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...l/ivo/util/converter/CollectionValueConverter.java 0% <0%> (ø) 0 <0> (?)
...ct/model/ivo/util/converter/IVOValueConverter.java 0% <0%> (ø) 0 <0> (?)
...ct/model/ivo/util/converter/MapValueConverter.java 0% <0%> (ø) 0 <0> (?)
... and 1 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 eba4ba5...68887e9. Read the comment docs.