Skip to content

Commit

Permalink
adding pitest for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Jan 3, 2020
1 parent ae33da8 commit a8dc686
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@ Steps for building the project:
* build it with maven: `mvn clean install`

(or just `mvn clean test` if you are only interested in running the tests)


## Running mutation testing (pitest)

`mvn org.pitest:pitest-maven:mutationCoverage`
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.4.10</version>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
Expand Down

0 comments on commit a8dc686

Please sign in to comment.