spartanz / schemaz

A purely-functional library for defining type-safe schemas for algebraic data types, providing free generators, SQL queries, JSON codecs, binary codecs, and migration from this schema definition
https://spartanz.github.io/schemaz
Apache License 2.0
164 stars 18 forks source link

Migrate to Spartanz #60

Closed vil1 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #60 into prototyping will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           prototyping      #60   +/-   ##
============================================
  Coverage        73.48%   73.48%           
============================================
  Files               15       15           
  Lines              396      396           
  Branches            12       12           
============================================
  Hits               291      291           
  Misses             105      105
Impacted Files Coverage Δ
...odules/tests/src/main/scala/PlayJsonExamples.scala 75.75% <ø> (ø) :arrow_up:
modules/core/src/main/scala/recursion.scala 100% <ø> (ø) :arrow_up:
modules/tests/src/main/scala/ShowExamples.scala 75% <ø> (ø) :arrow_up:
modules/core/src/main/scala/Json.scala 100% <ø> (ø) :arrow_up:
...ules/play-json/src/main/scala/PlayJsonModule.scala 0% <ø> (ø) :arrow_up:
modules/generic/src/main/scala/ShowModule.scala 100% <ø> (ø) :arrow_up:
...odules/generic/src/main/scala/GenericAlgebra.scala 100% <ø> (ø) :arrow_up:
modules/core/src/main/scala/SchemaModule.scala 92.45% <ø> (ø) :arrow_up:
modules/scalacheck/src/main/scala/GenModule.scala 100% <ø> (ø) :arrow_up:
...dules/tests/src/main/scala/GenModuleExamples.scala 95.23% <ø> (ø) :arrow_up:
... and 5 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 63d0536...2f45cf8. Read the comment docs.