dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
411 stars 63 forks source link

case insensitive bug fix #38

Closed dmarkham closed 4 years ago

dmarkham commented 4 years ago

fixes a bug reported by @mvrhov

codecov-commenter commented 4 years ago

Codecov Report

Merging #38 into master will decrease coverage by 0.14%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   66.15%   66.00%   -0.15%     
==========================================
  Files           3        3              
  Lines         452      453       +1     
==========================================
  Hits          299      299              
- Misses        142      143       +1     
  Partials       11       11              
Impacted Files Coverage Δ
enumer.go 100.00% <ø> (ø)
stringer.go 61.11% <0.00%> (-0.16%) :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 0a1f0e6...eb484e6. Read the comment docs.