dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

Feature/values add support for ent EnumValues interface #51

Closed mvrahden closed 2 years ago

mvrahden commented 2 years ago

Adds #50

codecov-commenter commented 2 years ago

Codecov Report

Merging #51 (67b1feb) into master (328a338) will increase coverage by 0.36%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   65.86%   66.23%   +0.36%     
==========================================
  Files           4        4              
  Lines         460      465       +5     
==========================================
+ Hits          303      308       +5     
  Misses        146      146              
  Partials       11       11              
Impacted Files Coverage Δ
stringer.go 61.04% <75.00%> (+0.19%) :arrow_up:
enumer.go 100.00% <100.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 328a338...67b1feb. Read the comment docs.