Skip to content

Commit b0e2c71

Browse files
whitewhite
authored andcommitted
Link includeBuild projects test to root test task for Codecov coverage
1 parent aaa7eac commit b0e2c71

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ subprojects {
8484
}
8585
}
8686
}
87+
88+
tasks.named('test') {
89+
dependsOn gradle.includedBuild('python-embed-build-common').task(':test')
90+
dependsOn gradle.includedBuild('python-embed-gradle-plugin').task(':test')
91+
dependsOn gradle.includedBuild('python-embed-maven-plugin').task(':test')
92+
}

0 commit comments

Comments
 (0)