mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
5ba7b553b0
* Move CryptoParams to shared crypto project, make BouncyCastleCryptoParams for bouncy castle specific things * Rework build structure to work better with scalajs * Add unit test to make sure CryptoParams & BouncyCastleCryptoParams are consistent
12 lines
277 B
Scala
12 lines
277 B
Scala
publishArtifact := false
|
|
|
|
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck,
|
|
"-verbosity",
|
|
"2")
|
|
|
|
coverageExcludedPackages := ".*gen"
|
|
|
|
coverageMinimum := 90
|
|
|
|
coverageFailOnMinimum := true
|