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

Add codecov #55

Closed vil1 closed 5 years ago

vil1 commented 5 years ago

We need to measure the test coverage and display the badge on the README. The fact we use testz might (or might not) make that a little bit tricky.

It's pretty much just a matter of installing the scoverage plugin and use coverage and coverageReport at the right place in the .travis.yml.