We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c13ab9 commit 7bc5c5aCopy full SHA for 7bc5c5a
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -214,7 +214,9 @@ object ScoverageSbtPlugin extends AutoPlugin {
214
215
log.info(s"Waiting for measurement data to sync...")
216
if (System.getProperty("os.name").toLowerCase.contains("windows")) {
217
- Thread.sleep(1000) // have noticed some delay in writing on windows, hacky but works
+ Thread.sleep(
218
+ 1000
219
+ ) // have noticed some delay in writing on windows, hacky but works
220
}
221
222
loadCoverage(
0 commit comments