mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Removing gen package from test coverage report
This commit is contained in:
parent
2690230c60
commit
c5cf2f9964
@ -1 +1 @@
|
|||||||
import AssemblyKeys._
//test in assembly := {}
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3")
|
import AssemblyKeys._
//test in assembly := {}
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3")
coverageExcludedPackages := ".*gen"
coverageMinimum := 90
coverageFailOnMinimum := true
|
Loading…
Reference in New Issue
Block a user