-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Steps to complete this ticket:
- Add the
sbt-coverageplugin to the build pipeline - Enable the project with the existing Coveralls integration in Outworkers GitHub.
- Add the
sbt-coverallsplugin for Coveralls.io integration. - Block Pull Requests from being merged to
developbranch until code coverage has been reported. - Add a
testWithCoveragecommand as part of the lifecycle. - Enable running the
testWithCoveragecommand on a specific Scala version(if building for multiple).
Reactions are currently unavailable