We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e805 commit af4f38cCopy full SHA for af4f38c
README.md
@@ -6,7 +6,6 @@ A plugin to enable the use of Scoverage in a gradle Scala project.
6
7
Getting started
8
---------------
9
-```groovy
10
http://plugins.gradle.org/plugin/org.scoverage
11
12
This creates an additional task `testScoverage` which will run tests against instrumented code.
@@ -15,6 +14,7 @@ A further task `reportScoverage` produces XML and HTML reports for analysing tes
15
14
16
You need to configure the version of Scoverage that will be used. This plugin should be compatible with all 1+ versions.
17
+```groovy
18
dependencies {
19
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.1.0', 'org.scoverage:scalac-scoverage-runtime_2.11:1.1.0'
20
}
0 commit comments