Closed vil1 closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
prototyping@4e33c69
). Click here to learn what that means. The diff coverage is80.76%
.
@@ Coverage Diff @@
## prototyping #63 +/- ##
==============================================
Coverage ? 70.54%
==============================================
Files ? 18
Lines ? 516
Branches ? 10
==============================================
Hits ? 364
Misses ? 152
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
modules/scalacheck/src/main/scala/GenModule.scala | 90% <ø> (ø) |
|
...ules/play-json/src/main/scala/PlayJsonModule.scala | 0% <0%> (ø) |
|
modules/core/src/main/scala/SchemaModule.scala | 81.96% <100%> (ø) |
|
modules/core/src/main/scala/migrations.scala | 33.33% <100%> (ø) |
|
...dules/tests/src/main/scala/MigrationExamples.scala | 83.78% <100%> (ø) |
|
modules/tests/src/main/scala/Person.scala | 100% <100%> (ø) |
|
modules/core/src/main/scala/Json.scala | 92.85% <100%> (ø) |
|
...es/tests/src/main/scala/SchemaModuleExamples.scala | 90.9% <100%> (ø) |
|
...odules/generic/src/main/scala/GenericAlgebra.scala | 92.3% <100%> (ø) |
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 4e33c69...8ac6705. Read the comment docs.
This makes
RecordF
andUnionF
simple wrappers around products (resp. records) by removing theiso
fields from them.Beside simplifying some derivation implementations, it might open the way to schema serialization!