Skip to content

Commit d2465e4

Browse files
author
Simone Primarosa
authored
Add jacocoTestReport to the check command
The check task, which is run by Travis, needs to depend on jacocoTestReport.
1 parent e7800fe commit d2465e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jacocoTestReport {
2121
html.enabled false
2222
}
2323
}
24+
25+
check.dependsOn jacocoTestReport

0 commit comments

Comments
 (0)