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 e2321b6 commit e1e995bCopy full SHA for e1e995b
src/sbt-test/scoverage/scala3-coverage-excluded-files/test
@@ -2,8 +2,7 @@
2
> clean
3
> coverage
4
> test
5
+> coverageExclude
6
> coverageReport
7
# There should be no directory for the excluded files
-#-$ exists target/scala-3.2.0-RC1/scoverage-report/two
8
-# But right now there is, because Scala3 does not support excluding files
9
-$ exists target/scala-3.2.0-RC1/scoverage-report/two
+-$ exists target/scala-3.2.0-RC1/scoverage-report/two
0 commit comments