Class CoverageParsersFactory
java.lang.Object
org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCoverageParsersFactory
(org.apache.maven.project.MavenProject project, SourceLoader sourceLoader) -
Method Summary
Modifier and TypeMethodDescriptionwithCoberturaReports
(List<File> coberturaReports) withJaCoCoReports
(List<File> jacocoReports) withRelativeReportDirs
(List<String> relativeReportDirs) withSagaReports
(List<File> sagaReports)
-
Constructor Details
-
CoverageParsersFactory
public CoverageParsersFactory(org.apache.maven.project.MavenProject project, SourceLoader sourceLoader)
-
-
Method Details
-
withJaCoCoReports
-
withCoberturaReports
-
withSagaReports
-
withRelativeReportDirs
-
createParsers
- Throws:
IOException
-