mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 10:13:26 +01:00
20 lines
424 B
Scala
20 lines
424 B
Scala
name := "bitcoin-s-core"
|
|
|
|
libraryDependencies ++= Deps.core
|
|
|
|
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck,
|
|
"-verbosity",
|
|
"2")
|
|
|
|
//test in assembly := {}
|
|
|
|
//testOptions in Test += Tests.Argument("-oF")
|
|
|
|
//parallelExecution in Test := false
|
|
|
|
coverageExcludedPackages := ".*gen"
|
|
|
|
coverageMinimum := 90
|
|
|
|
coverageFailOnMinimum := true
|