We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3181e9 commit bbfb51eCopy full SHA for bbfb51e
project/Deps.sc
@@ -147,10 +147,11 @@ object Izumi {
147
language = targetScala,
148
settings = Seq(
149
// disable scoverage on 2.12 for now due to incompatibility with 2.12.13
150
- "coverageEnabled" := Seq(
151
- SettingKey(Some(scala212), None) := false,
152
- SettingKey.Default := "coverageEnabled.value".raw,
153
- )
+// "coverageEnabled" := Seq(
+// SettingKey(Some(scala212), None) := false,
+// SettingKey.Default := "coverageEnabled.value".raw,
+// )
154
+ "coverageEnabled" := false
155
),
156
)
157
private val jsPlatform = PlatformEnv(
0 commit comments