org.openbakery.coverage.OutputAppender.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CoverageReport Show documentation
Show all versions of CoverageReport Show documentation
CoverageReport convert the llvm profdata code coverage to text, HTML or XML
package org.openbakery.coverage
public interface OutputAppender {
public abstract void appendLine(String line);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy