Skip to content

Commit 8bf45c6

Browse files
committed
re-enabled coverage
1 parent 74ee2da commit 8bf45c6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

project/Coverage.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ object Coverage extends AutoPlugin {
1010
Seq(
1111
// XXX TODO FIXME: Coverage broken in Scala3? See https://contributors.scala-lang.org/t/coverage-broken-why-does-nobody-care/6262/44
1212
// Coverage results for Scala3 show much lower values than for Scala2.
13-
coverageEnabled := false,
13+
coverageEnabled := true,
1414
coverageMinimumStmtTotal := 80,
15-
coverageFailOnMinimum := true,
15+
// coverageFailOnMinimum := true,
16+
coverageFailOnMinimum := false,
1617
coverageHighlighting := true,
1718
coverageOutputCobertura := true,
1819
coverageOutputXML := true

0 commit comments

Comments
 (0)