Skip to content
Snippets Groups Projects
Commit 7a660dfa authored by René Schöne's avatar René Schöne
Browse files

Update build.gradle: Add testLogging

parent f59d5c13
Branches
No related tags found
1 merge request!1Fixing CI
Pipeline #2344 failed
...@@ -32,6 +32,13 @@ run { ...@@ -32,6 +32,13 @@ run {
} }
} }
test {
testLogging {
events "passed", "skipped", "failed"
exceptionFormat "full"
}
}
jacocoTestReport { jacocoTestReport {
reports { reports {
xml.enabled true xml.enabled true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment