File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
scala3-coverage-excluded-files
scala3-coverage-excluded-packages Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11version := " 0.1"
22
3- scalaVersion := " 3.3.4 "
3+ scalaVersion := " 3.5.0 "
44
55libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1" % Test
66
Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded files
7- $ exists target/scala-3.3.4 /scoverage-report/GoodCoverage.scala.html
8- -$ exists target/scala-3.3.4 /scoverage-report/two
9- -$ exists target/scala-3.3.4 /scoverage-report/three
7+ $ exists target/scala-3.5.0 /scoverage-report/GoodCoverage.scala.html
8+ -$ exists target/scala-3.5.0 /scoverage-report/two
9+ -$ exists target/scala-3.5.0 /scoverage-report/three
Original file line number Diff line number Diff line change 11version := " 0.1"
22
3- scalaVersion := " 3.3.4 "
3+ scalaVersion := " 3.5.0 "
44
55libraryDependencies += " org.scalameta" %% " munit" % " 1.0.1" % Test
66
Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded package
7- $ exists target/scala-3.3.4 /scoverage-report/GoodCoverage.scala.html
8- -$ exists target/scala-3.3.4 /scoverage-report/two
9- -$ exists target/scala-3.3.4 /scoverage-report/three
7+ $ exists target/scala-3.5.0 /scoverage-report/GoodCoverage.scala.html
8+ -$ exists target/scala-3.5.0 /scoverage-report/two
9+ -$ exists target/scala-3.5.0 /scoverage-report/three
You can’t perform that action at this time.
0 commit comments