reports

open fun reports(closure: Closure): JacocoReportsContainer(source)

Configures the reports to be generated by this task.


Allow configuration of the report container by closure.

reports {
  html {
    required false
  }
  xml.outputLocation = "build/reports/myReport.xml"
}

Return

The report container

Parameters

configureAction

The configuration