File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ script:
1616 - ./gradlew build coverage -s -i
1717
1818after_success :
19- - ./gradlew coverageRoot coveralls -s -i
19+ - ./gradlew coverage coveralls -s -i
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments