mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 23:08:31 +01:00
1 line
No EOL
225 B
Scala
1 line
No EOL
225 B
Scala
import AssemblyKeys._
|
|
|
|
//test in assembly := {}
|
|
|
|
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3")
|
|
|
|
coverageExcludedPackages := ".*gen"
|
|
|
|
coverageMinimum := 90
|
|
|
|
coverageFailOnMinimum := true
|