Is there a way I could setup a test coverage criteria while running scoverage? Right now I execute the usual following command:
sbt test coverage
This way I get the result but would like to hard code a criteria; for example statement coverage of 50 percent or branch coverage of 70 percent.