Skip to content

Commit 848d59b

Browse files
authored
ci: log tests result and output (#1111)
1 parent 269c23d commit 848d59b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

parse/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jacoco {
6868
tasks.withType(Test) {
6969
jacoco.includeNoLocationClasses = true
7070
jacoco.excludes = ['jdk.internal.*']
71+
testLogging {
72+
events "passed", "skipped", "failed", "standardOut", "standardError"
73+
}
7174
}
7275

7376
jacocoAndroidUnitTestReport {

0 commit comments

Comments
 (0)