spotify / dataenum

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

permit any annotation named Redacted when redacting #19

Closed pettermahlen closed 6 years ago

pettermahlen commented 6 years ago

This helps avoid conflicts with annotations created to use auto-value-redacted, for instance.

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
- Coverage     93.64%   93.58%   -0.06%     
+ Complexity      207      206       -1     
============================================
  Files            23       23              
  Lines           645      639       -6     
  Branches         89       89              
============================================
- Hits            604      598       -6     
  Misses           30       30              
  Partials         11       11
Impacted Files Coverage Δ Complexity Δ
...spotify/dataenum/processor/parser/ValueParser.java 97.87% <100%> (-0.25%) 14 <2> (-1)

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 ab188c0...6a3606a. Read the comment docs.