lloydmeta / enumeratum

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.
MIT License
1.19k stars 148 forks source link

slick scala3 support #378

Closed jtjeferreira closed 6 months ago

codecov-commenter commented 11 months ago

Codecov Report

Attention: Patch coverage is 61.53846% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 85.71%. Comparing base (46d051c) to head (fe5b834). Report is 1 commits behind head on master.

Files Patch % Lines
...meratum/values/SlickValueEnumPlainSqlSupport.scala 58.33% 5 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #378 +/- ## ======================================= Coverage 85.71% 85.71% ======================================= Files 63 63 Lines 511 511 Branches 34 34 ======================================= Hits 438 438 Misses 73 73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jtjeferreira commented 6 months ago

@lloydmeta can you have a look?

lloydmeta commented 6 months ago

Thanks for this contribution and apologies for the long wait. Just released (pushed) 1.7.5 of enumeratum-slick to Maven central.