You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
We want all the projects to use the same test library, scalaz-zio uses specs2.
The plugin already adds a test dependency to scalacheck in Compilation.scala, maybe we should move dependency-related settings in a separate file to avoid clutter in Compilation.scala.
We also need to add the scoverage plugin to the projects.
❓ Open question do we have a way to make sure from the plugin that the projects' CI configuration will run the coverage?
The text was updated successfully, but these errors were encountered:
vil1
changed the title
Add test libraries
Add test libraries and coverage plugin
Jul 9, 2018
We want all the projects to use the same test library, scalaz-zio uses specs2.
The plugin already adds a test dependency to scalacheck in Compilation.scala, maybe we should move dependency-related settings in a separate file to avoid clutter in
Compilation.scala
.We also need to add the scoverage plugin to the projects.
❓ Open question do we have a way to make sure from the plugin that the projects' CI configuration will run the coverage?
The text was updated successfully, but these errors were encountered: