jar

io.github.handofgod94 : jacoco-cov-badge-maven-plugin

Maven & Gradle

Jan 12, 2020
7 stars

A Maven plugin to generate coverage badges locally.

Table Of Contents

Latest Version

Download io.github.handofgod94 : jacoco-cov-badge-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.handofgod94 : jacoco-cov-badge-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 jacoco-cov-badge-maven-plugin-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.handofgod94.domain.coverage

├─ io.github.handofgod94.domain.coverage.BranchCoverage.class - [JAR]

├─ io.github.handofgod94.domain.coverage.ComplexityCoverage.class - [JAR]

├─ io.github.handofgod94.domain.coverage.Coverage.class - [JAR]

├─ io.github.handofgod94.domain.coverage.CoverageCalculator.class - [JAR]

├─ io.github.handofgod94.domain.coverage.CoverageCategory.class - [JAR]

├─ io.github.handofgod94.domain.coverage.InstructionCoverage.class - [JAR]

├─ io.github.handofgod94.domain.coverage.LineCoverage.class - [JAR]

├─ io.github.handofgod94.domain.coverage.MethodCoverage.class - [JAR]

io.github.handofgod94

├─ io.github.handofgod94.MyMojo.class - [JAR]

io.github.handofgod94.service.format

├─ io.github.handofgod94.service.format.Formatter.class - [JAR]

├─ io.github.handofgod94.service.format.FormatterFactory.class - [JAR]

├─ io.github.handofgod94.service.format.JpegFormatter.class - [JAR]

├─ io.github.handofgod94.service.format.PngFormatter.class - [JAR]

├─ io.github.handofgod94.service.format.SvgFormatter.class - [JAR]

io.github.handofgod94.domain

├─ io.github.handofgod94.domain.AutoValue_Badge.class - [JAR]

├─ io.github.handofgod94.domain.AutoValue_MyMojoConfiguration.class - [JAR]

├─ io.github.handofgod94.domain.AutoValue_Report.class - [JAR]

├─ io.github.handofgod94.domain.AutoValue_ReportLine.class - [JAR]

├─ io.github.handofgod94.domain.Badge.class - [JAR]

├─ io.github.handofgod94.domain.BadgeColors.class - [JAR]

├─ io.github.handofgod94.domain.BadgeTemplate.class - [JAR]

├─ io.github.handofgod94.domain.MyMojoConfiguration.class - [JAR]

├─ io.github.handofgod94.domain.Report.class - [JAR]

├─ io.github.handofgod94.domain.ReportLine.class - [JAR]

io.github.handofgod94.service

├─ io.github.handofgod94.service.BadgeGenerator.class - [JAR]

├─ io.github.handofgod94.service.CsvReportParser.class - [JAR]

Advertisement