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

[Build] Bump to latest SBT #325

Closed lloydmeta closed 3 years ago

lloydmeta commented 3 years ago

Let's see what breaks.

codecov-commenter commented 3 years ago

Codecov Report

Merging #325 (f483d40) into master (dddab99) will increase coverage by 0.33%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
+ Coverage   90.03%   90.37%   +0.33%     
==========================================
  Files          63       63              
  Lines         532      530       -2     
  Branches        9        9              
==========================================
  Hits          479      479              
+ Misses         53       51       -2     
Impacted Files Coverage Δ
...onaut/src/main/scala/enumeratum/ArgonautEnum.scala 100.00% <ø> (ø)
...rgonaut/src/main/scala/enumeratum/Argonauter.scala 100.00% <ø> (ø)
...in/scala/enumeratum/values/ArgonautValueEnum.scala 100.00% <ø> (ø)
.../src/main/scala/enumeratum/values/Argonauter.scala 100.00% <ø> (ø)
...umeratum-cats/src/main/scala/enumeratum/Cats.scala 100.00% <ø> (ø)
...atum-cats/src/main/scala/enumeratum/CatsEnum.scala 100.00% <ø> (ø)
...m-cats/src/main/scala/enumeratum/values/Cats.scala 50.00% <ø> (ø)
...c/main/scala/enumeratum/values/CatsValueEnum.scala 100.00% <ø> (ø)
...eratum-circe/src/main/scala/enumeratum/Circe.scala 100.00% <ø> (ø)
...um-circe/src/main/scala/enumeratum/CirceEnum.scala 100.00% <ø> (ø)
... and 45 more

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 dddab99...f483d40. Read the comment docs.