Skip to content

Commit

Permalink
Show exception stack traces in tests (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrooksv authored and Zhaoxi Zhang committed Jun 19, 2019
1 parent a549670 commit 3fe25ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ subprojects {
testCompile "org.hamcrest:hamcrest-all:1.3"
}

testlogger {
showFullStackTraces true
}

test {
jacoco {
// don't instrument sdk, icons, ktlint, etc.
Expand Down

0 comments on commit 3fe25ce

Please sign in to comment.