Skip to content

Commit 53b7113

Browse files
committed
Update README.md
1 parent 5ad524a commit 53b7113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ regular expressions.
5050

5151
Example:
5252
```scala
53-
ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\.data\..*"
53+
ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\\.data\\..*"
5454
```
5555

5656
The regular expressions are matched against the fully qualified class name, and must match the entire string to take effect.

0 commit comments

Comments
 (0)