Skip to content

Commit 8faccef

Browse files
committed
Merge pull request #33 from YannMoisan/master
Add config for Build.scala style
2 parents 71110ad + 86325df commit 8faccef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Add the plugin settings to your project somewhere in build.sbt:
2323
instrumentSettings
2424
```
2525

26+
Or if you are using Build.scala:
27+
```scala
28+
import scoverage.ScoverageSbtPlugin._
29+
...
30+
.settings(instrumentSettings: _*)
31+
```
32+
2633
Then run the your tests with coverage enabled by entering:
2734
```
2835
$ sbt clean scoverage:test

0 commit comments

Comments
 (0)