Skip to content

Commit ff3b22a

Browse files
committed
fix "scoverageTest" into "ScoverageTest"
1 parent 94961ff commit ff3b22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ writing behind the scenes in order to track which statements have been executed,
8787
It is possible to disable the parallel execution for tests:
8888

8989
```scala
90-
parallelExecution in scoverageTest := false,
90+
parallelExecution in ScoverageTest := false,
9191
```
9292

9393
## Coveralls

0 commit comments

Comments
 (0)