jar

com.tacitknowledge.maven.plugins : cobertura-checker

Maven & Gradle

May 14, 2013
0 stars

Cobertura XML Check Maven Plugin · The standard Cobertura maven plugin processes cobertura classes, not the XML report for threshold checks. This becomes a barrier when generating the cobertura report using tools like testacular, a coverage utility for Java Script. This plugin will parse the report and perform threshold checks. It targets the http://cobertura.sourceforge.net/xml/coverage-04.dtd

Table Of Contents

Latest Version

Download com.tacitknowledge.maven.plugins : cobertura-checker JAR file - Latest Versions:

All Versions

Download com.tacitknowledge.maven.plugins : cobertura-checker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cobertura-checker-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tacitknowledge.cobertura.report

├─ com.tacitknowledge.cobertura.report.CheckCoberturaXMLReportMojo.class - [JAR]

├─ com.tacitknowledge.cobertura.report.CheckReport.class - [JAR]

├─ com.tacitknowledge.cobertura.report.CoverageResult.class - [JAR]

├─ com.tacitknowledge.cobertura.report.HelpMojo.class - [JAR]

├─ com.tacitknowledge.cobertura.report.PackageConfig.class - [JAR]