Skip to content

pitest/pitest-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is looking for a maintainer

Pitest History Plugin

Adds support for basic incremental analysis to Pitest.

This functionality was originally included in the main pitest codebase, but has been moved to this plugin for easier maintenance.

Usage

Install the plugin as described below. Incremental analysis can then be enabled as described in the Incremental Analysis section of the pitest website.

Maven

    <plugins>
      <plugin>
        <groupId>org.pitest</groupId>
        <artifactId>pitest-maven</artifactId>
        <version>1.23.0</version>
        <dependencies>
          <dependency>
            <groupId>org.pitest</groupId>
            <artifactId>pitest-history-plugin</artifactId>
            <version>0.0.1</version>
          </dependency>
        </dependencies>
      </plugin>
   </plugins>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages