spotify / dataenum

Algebraic data types in Java.
Apache License 2.0
166 stars 16 forks source link

add support for redacting field values in toString methods #16

Closed pettermahlen closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will decrease coverage by <.01%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #16      +/-   ##
============================================
- Coverage     93.55%   93.54%   -0.01%     
- Complexity      192      196       +4     
============================================
  Files            23       23              
  Lines           605      620      +15     
  Branches         83       83              
============================================
+ Hits            566      580      +14     
  Misses           30       30              
- Partials          9       10       +1
Impacted Files Coverage Δ Complexity Δ
...m/processor/generator/data/OutputValueFactory.java 86.66% <100%> (+0.3%) 16 <0> (ø) :arrow_down:
...spotify/dataenum/processor/parser/ValueParser.java 97.95% <100%> (+0.39%) 13 <5> (+3) :arrow_up:
...com/spotify/dataenum/processor/data/Parameter.java 100% <100%> (ø) 5 <2> (+1) :arrow_up:
...um/processor/generator/value/ValueTypeFactory.java 97.46% <83.33%> (-0.59%) 42 <0> (ø)

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 f57f4fd...5ab36aa. Read the comment docs.