Closed
Description
The -coverage-exclude-files
and -coverage-exclude-packages
are MultiStringSetting
s
https://github.com/scala/scala3/blob/2d0e37353defcec46206e9f0845c738286aabce5/compiler/src/dotty/tools/dotc/config/ScalaSettings.scala#L122-L123
The ,
is used as a separator, at least according to
https://github.com/scala/scala3/blob/2d0e37353defcec46206e9f0845c738286aabce5/compiler/src/dotty/tools/dotc/config/Settings.scala#L239
README example uses ;
Lines 77 to 89 in 76a39fb
Using ;
with the 2.1.0
plugin and 3.4.2
Scala does not exclude specified values. Changing it to ,
seems to work.
I have only tried it for coverageExcludedFiles
, but I guess it works the same for both options.
Tests seems to lack this case.
Metadata
Metadata
Assignees
Labels
No labels