Skip to content

Commit 5e2374b

Browse files
committed
Tidy up coveralls
1 parent 647bc57 commit 5e2374b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ script:
1616
- ./gradlew build coverage -s -i
1717

1818
after_success:
19-
- ./gradlew coverageRoot coveralls -s -i
19+
- ./gradlew coverage coveralls -s -i

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
dependencies {
2020
classpath "com.ofg:uptodate-gradle-plugin:$uptodateVersion"
2121
classpath "me.tatarka:gradle-retrolambda:$retrolambdaVersion"
22-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'
22+
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
2323
}
2424
}
2525

@@ -145,7 +145,7 @@ subprojects {
145145

146146
}
147147

148-
task coverageRoot(type: org.gradle.testing.jacoco.tasks.JacocoReport) {
148+
task coverage(type: org.gradle.testing.jacoco.tasks.JacocoReport) {
149149
dependsOn = subprojects.test
150150
sourceDirectories = files(subprojects.sourceSets.main.allSource.srcDirs)
151151
classDirectories = files(subprojects.sourceSets.main.output)

0 commit comments

Comments
 (0)