kevin-lee / refined4s

newtype and refinement (refined) type for Scala 3
https://refined4s.kevinly.dev
MIT License
10 stars 2 forks source link

[`refined4s-circe`] Update test structure for `generic.auto` - separate custom type test code from autoSpec - `CustomTypeSpec.scala` #368

Closed kevin-lee closed 2 months ago

kevin-lee commented 2 months ago

[refined4s-circe] Update test structure for generic.auto - separate custom type test code from autoSpec - CustomTypeSpec.scala

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (6b355de) to head (e392b82). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/kevin-lee/refined4s/pull/368/graphs/tree.svg?width=650&height=150&src=pr&token=eRXmN9YMzk&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Lee)](https://app.codecov.io/gh/kevin-lee/refined4s/pull/368?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Lee) ```diff @@ Coverage Diff @@ ## main #368 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 40 40 Lines 445 445 Branches 18 18 ========================================= Hits 445 445 ```