Groovy Documentation

org.ajoberstar.gradle.jacoco.tasks
[Groovy] Class JacocoMerge

java.lang.Object
  org.gradle.api.DefaultTask
      org.ajoberstar.gradle.jacoco.tasks.JacocoBase
          org.ajoberstar.gradle.jacoco.tasks.JacocoMerge

class JacocoMerge
extends JacocoBase

Task to merge multiple execution data files into one.


Property Summary
java.lang.Object destPath

Path to write merged execution data to.

FileCollection executionData

Collection of execution data files to merge.

 
Method Summary
java.io.File getDestFile()

Path to write merged execution daat to.

void merge()

 

Property Detail

destPath

java.lang.Object destPath
Path to write merged execution data to. Defaults to build/jacoco/.exec


executionData

@InputFiles
FileCollection executionData
Collection of execution data files to merge.


 
Method Detail

getDestFile

@OutputFile
java.io.File getDestFile()
Path to write merged execution daat to.


merge

@TaskAction
void merge()


 

Groovy Documentation