Skip to content

Commit 20d5190

Browse files
committed
Merge pull request #15 from yanns/patch-2
fix "scoverageTest" into "ScoverageTest"
2 parents 94961ff + ff3b22a commit 20d5190

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)