File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,16 @@ Getting started
12
12
buildscript {
13
13
repositories {
14
14
mavenCentral()
15
- maven { url "https://oss.sonatype.org/content/groups/public" }
16
15
}
17
16
dependencies {
18
- classpath 'org.scoverage:gradle-scoverage:0.6-SNAPSHOT '
17
+ classpath 'org.scoverage:gradle-scoverage:1.0 '
19
18
}
20
19
}
21
20
22
- apply plugin: org. scoverage.ScoveragePlugin
21
+ apply plugin: ' scoverage'
23
22
24
23
dependencies {
25
- scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:0.99.5 '
24
+ scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1', 'org.scoverage:scalac-scoverage-runtime_2.11:1.0.1 '
26
25
}
27
26
```
28
27
@@ -37,7 +36,7 @@ Then launch command :
37
36
38
37
Available tasks
39
38
---------
40
- * testCoverage - Executes all tests and creates Scoverage XML report with information about code coverage
39
+ * testScoverage - Executes all tests and creates Scoverage XML report with information about code coverage
41
40
* reportScoverage - Generates HTML report.
42
41
* checkScoverage - See below.
43
42
* compileScoverageScala - Instruments code without running tests.
You can’t perform that action at this time.
0 commit comments