There was an error while loading. Please reload this page.
1 parent 5ad524a commit 53b7113Copy full SHA for 53b7113
README.md
@@ -50,7 +50,7 @@ regular expressions.
50
51
Example:
52
```scala
53
-ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\.data\..*"
+ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\\.data\\..*"
54
```
55
56
The regular expressions are matched against the fully qualified class name, and must match the entire string to take effect.
0 commit comments