Skip to content

Commit

Permalink
Add dummy coveralls task to keep standard build file happy
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Sep 27, 2023
1 parent 801a4ab commit b7e05fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ val benchmarkSmokeTest = tasks.register<JavaExec>("runBenchmarkSmokeTest") {
dependsOn(pullTask)
}

tasks.register<JavaExec>("coveralls") {
// dummy
}

tasks.test {
dependsOn(pullTask, runFunctionalTests, benchmarkSmokeTest)
}
Expand Down

0 comments on commit b7e05fc

Please sign in to comment.