Skip to content

Commit c5aeb75

Browse files
authored
Disable scoverage since it corrupts published builds (#13)
1 parent b4a1b32 commit c5aeb75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ ThisBuild / Test / parallelExecution := false
124124
ThisBuild / Test / logBuffered := false
125125

126126
// Settings for scoverage plug-in
127-
ThisBuild / coverageEnabled := true
127+
// Disabled until this bug is fixed: https://github.com/scoverage/sbt-scoverage/issues/306
128+
// ThisBuild / coverageEnabled := true
128129
ThisBuild / coverageHighlighting := true

0 commit comments

Comments
 (0)