We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5059a commit 7aa67e7Copy full SHA for 7aa67e7
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