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.
2 parents 119954a + bfbbeb0 commit 3d971d4Copy full SHA for 3d971d4
README.md
@@ -209,7 +209,8 @@ You can exclude whole classes or packages by name. Pass a semicolon separated
209
list of regexes to the 'excludedPackages' option.
210
211
For example:
212
- -P:scoverage:excludedPackages:.*\.utils\..*;.*\.SomeClass;org\.apache\..*
+
213
+ -P:scoverage:excludedPackages:.*\.utils\..*;.*\.SomeClass;org\.apache\..*
214
215
The regular expressions are matched against the fully qualified class name, and must match the entire string to take effect.
216
0 commit comments