antkorwin / better-strings

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

Support of enums #9

Closed antkorwin closed 4 years ago

antkorwin commented 4 years ago

now better-strings works in the code of enums

fix #8

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will decrease coverage by 0.52%. The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #9      +/-   ##
============================================
- Coverage     89.04%   88.51%   -0.53%     
- Complexity       49       51       +2     
============================================
  Files             6        6              
  Lines           146      148       +2     
  Branches         15       16       +1     
============================================
+ Hits            130      131       +1     
  Misses            9        9              
- Partials          7        8       +1     
Impacted Files Coverage Δ Complexity Δ
...ntkorwin/betterstrings/BetterStringsProcessor.java 86.95% <33.33%> (-3.52%) 9.00 <2.00> (+2.00) :arrow_down:

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 6b1ab20...c099f23. Read the comment docs.