Skip to content

Commit 33d6513

Browse files
authored
Merge pull request #35 from buntec/topic/examles-disable-coverage
Disable coverage for examples
2 parents 21499a5 + 9bd468e commit 33d6513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ lazy val examples = (project
8585
.enablePlugins(ScalaJSPlugin, NoPublishPlugin)
8686
.settings(
8787
name := "scala-js-snabbdom-examples",
88+
coverageEnabled := false,
8889
scalaJSUseMainModuleInitializer := true,
8990
Compile / fastLinkJS / scalaJSLinkerConfig ~= {
9091
import org.scalajs.linker.interface.ModuleSplitStyle

0 commit comments

Comments
 (0)