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 0935e43 commit 6c5ad71Copy full SHA for 6c5ad71
src/sbt-test/scoverage/coverage-excluded-packages/build.sbt
@@ -4,7 +4,7 @@ scalaVersion := "2.13.6"
4
5
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
6
7
-coverageExcludedPackages := "two.*"
+coverageExcludedPackages := "two\\..*"
8
9
resolvers ++= {
10
if (sys.props.get("plugin.version").exists(_.endsWith("-SNAPSHOT")))
0 commit comments