Slackbot
03/15/2023, 10:07 AMJendrik Johannes
03/15/2023, 10:08 AMJendrik Johannes
03/15/2023, 11:12 AMval codeCoverageResults = project.configurations.getByName("aggregateCodeCoverageReportResults")
cifuzzReport.executionData.setFrom(
testing.suites.withType(JvmTestSuite::class.java).map {
artifactsForTestType(codeCoverageResults, objects, it.testType)
}
)
(artifactsForTestType
constructs the artifact view for the 'testType')Jendrik Johannes
03/15/2023, 11:13 AM