Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 251 Bytes

File metadata and controls

10 lines (6 loc) · 251 Bytes

Mutating tests

Testing code

mvn clean test org.pitest:pitest-maven:mutationCoverage

Creating site

mvn clean test org.pitest:pitest-maven:mutationCoverage site

Note: test task must be run, otherwise mutationCoverage task will fail.