Skip to content

Commit e1e995b

Browse files
committed
Adding/Fixing test (to use new coverageExclude task).
1 parent e2321b6 commit e1e995b

File tree

1 file changed

+2
-3
lines changed
  • src/sbt-test/scoverage/scala3-coverage-excluded-files

1 file changed

+2
-3
lines changed

src/sbt-test/scoverage/scala3-coverage-excluded-files/test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
> clean
33
> coverage
44
> test
5+
> coverageExclude
56
> coverageReport
67
# There should be no directory for the excluded files
7-
#-$ 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
8+
-$ exists target/scala-3.2.0-RC1/scoverage-report/two

0 commit comments

Comments
 (0)