We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8914a8 + 5f377b7 commit bc39606Copy full SHA for bc39606
README.md
@@ -39,7 +39,7 @@ regular expressions.
39
40
Example:
41
```scala
42
-ScoverageKeys.excludedPackages in scoverageTest := "<empty>;Reverse.*;.*AuthService.*;models\.data\..*"
+ScoverageKeys.excludedPackages in ScoverageCompile := "<empty>;Reverse.*;.*AuthService.*;models\.data\..*"
43
```
44
45
The regular expressions are matched against the fully qualified class name, and must match the entire string to take effect.
0 commit comments