antkorwin / better-strings

Java String Interpolation Plugin
Apache License 2.0
98 stars 8 forks source link

Test ignore in the annotation #10

Closed antkorwin closed 4 years ago

antkorwin commented 4 years ago

Test the skipping of processing values within annotations.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will increase coverage by 3.37%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
+ Coverage     88.51%   91.89%   +3.37%     
- Complexity       51       54       +3     
============================================
  Files             6        6              
  Lines           148      148              
  Branches         16       16              
============================================
+ Hits            131      136       +5     
+ Misses            9        7       -2     
+ Partials          8        5       -3     
Impacted Files Coverage Δ Complexity Δ
...etterstrings/ast/InnerStringVarsAstTranslator.java 86.00% <0.00%> (+4.00%) 26.00% <0.00%> (+1.00%)
...ntkorwin/betterstrings/BetterStringsProcessor.java 100.00% <0.00%> (+13.04%) 11.00% <0.00%> (+2.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 7f27579...d7b0987. Read the comment docs.