configure Sonar only on the root project, aggregate the sonar reports, and always generate Kover XML coverage reports after tests
This commit is contained in:
parent
e45fc71ab9
commit
17ea49aba6
3 changed files with 20 additions and 14 deletions
|
@ -42,4 +42,6 @@ tasks.withType<Test>().configureEach {
|
|||
exceptionFormat = TestExceptionFormat.FULL
|
||||
events = setOf(TestLogEvent.PASSED, TestLogEvent.SKIPPED, TestLogEvent.FAILED)
|
||||
}
|
||||
|
||||
finalizedBy(tasks.matching { it.name == "koverXmlReport" })
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue