(patch) Allow builds without full coverage for now.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m20s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m20s
This commit is contained in:
parent
1f43c9815e
commit
cf4c203548
1 changed files with 5 additions and 5 deletions
10
build.sbt
10
build.sbt
|
|
@ -15,11 +15,11 @@ val noPublishSettings = Seq(
|
|||
)
|
||||
|
||||
val sharedSettings = Seq(
|
||||
scalaVersion := scala3,
|
||||
version := semVerSelected.value,
|
||||
coverageFailOnMinimum := true,
|
||||
coverageMinimumStmtTotal := 100,
|
||||
coverageMinimumBranchTotal := 100
|
||||
scalaVersion := scala3,
|
||||
version := semVerSelected.value,
|
||||
coverageFailOnMinimum := true
|
||||
// coverageMinimumStmtTotal := 100,
|
||||
// coverageMinimumBranchTotal := 100
|
||||
)
|
||||
|
||||
val Deps = new {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue