Attempt to fix out-of-order problem with coveralls task being executed before jacocoTestReport.

This commit is contained in:
Chris Hodges 2022-08-16 08:34:01 +02:00
parent 355ee1d29d
commit d5a81bf84a

View File

@ -73,6 +73,10 @@ test {
}
}
tasks.coveralls {
dependsOn jacocoTestReport
}
jacoco {
toolVersion = '0.8.8'
}