public class GoCover extends AbstractGolangTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COVERAGE_PROFILES_PATH |
| Constructor and Description |
|---|
GoCover() |
| Modifier and Type | Method and Description |
|---|---|
void |
coverage() |
java.io.File |
getCoverageDirectory() |
java.io.File |
getInputCoverageDirectory() |
void |
setMaxPackageLines(java.util.List<com.github.blindpirate.gogradle.task.go.GoCover.PackageCoverage> packages) |
afterEvaluate, getProjectDir, getTask, setGogradleGlobalContextnewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.lang.String COVERAGE_PROFILES_PATH
public void coverage()
@InputDirectory @SkipWhenEmpty public java.io.File getInputCoverageDirectory()
@OutputDirectory public java.io.File getCoverageDirectory()
public void setMaxPackageLines(java.util.List<com.github.blindpirate.gogradle.task.go.GoCover.PackageCoverage> packages)