MVN

com.github.surpsg : diff-coverage-maven-plugin

Maven & Gradle

Jun 01, 2023
21 stars

com.github.surpsg:diff-coverage-maven-plugin · Diff coverage maven plugin builds code coverage report of new and modified code based on a provided diff

<plugin>
    <groupId>com.github.surpsg</groupId>
    <artifactId>diff-coverage-maven-plugin</artifactId>
    <version>0.3.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.surpsg : diff-coverage-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of com.github.surpsg : diff-coverage-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
diff-coverage-maven-plugin-0.3.2
diff-coverage-maven-plugin-0.3.1
diff-coverage-maven-plugin-0.3.0
0.2.x
diff-coverage-maven-plugin-0.2.1
diff-coverage-maven-plugin-0.2.0
0.1.x
diff-coverage-maven-plugin-0.1.1
diff-coverage-maven-plugin-0.1.0
0.0.x
diff-coverage-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.surpsg</groupId>
    <artifactId>diff-coverage-maven-plugin</artifactId>
    <version>0.3.2</version>
</plugin>