File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,16 @@ Getting started
1212buildscript {
1313 repositories {
1414 mavenCentral()
15- maven { url "https://oss.sonatype.org/content/groups/public" }
1615 }
1716 dependencies {
18- classpath 'org.scoverage:gradle-scoverage:0.6-SNAPSHOT '
17+ classpath 'org.scoverage:gradle-scoverage:1.0 '
1918 }
2019}
2120
22- apply plugin: org. scoverage.ScoveragePlugin
21+ apply plugin: ' scoverage'
2322
2423dependencies {
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 '
2625}
2726```
2827
@@ -37,7 +36,7 @@ Then launch command :
3736
3837Available tasks
3938---------
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
4140* reportScoverage - Generates HTML report.
4241* checkScoverage - See below.
4342* compileScoverageScala - Instruments code without running tests.
You can’t perform that action at this time.
0 commit comments