There was an error while loading. Please reload this page.
1 parent d6275c6 commit fd4ba2bCopy full SHA for fd4ba2b
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -120,7 +120,9 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
120
coverageCleanSubprojectFiles := true,
121
122
// disable parallel execution to work around "classes.bak" bug in SBT
123
- parallelExecution in Test := false
+ parallelExecution in Test := false,
124
+
125
+ parallelExecution in IntegrationTest := false
126
)
127
128
private def postTestReport = {
0 commit comments