Cleaned up examples
This commit is contained in:
parent
ce56ed6e1d
commit
d9a225aa0e
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ To run mutation tests and coverage, add the following to your build file:
|
|||
public void pit() throws Exception {
|
||||
new PitestOperation()
|
||||
.fromProject(this)
|
||||
.reportDir(Path.of("reports", "mutations").toString())
|
||||
.reportDir(Path.of("reports", "mutations"))
|
||||
.targetClasses(pkg + ".*")
|
||||
.targetTests(pkg + ".*")
|
||||
.verbose(true)
|
||||
|
|
|
@ -42,7 +42,7 @@ public class ExamplesBuild extends Project {
|
|||
public void pit() throws Exception {
|
||||
new PitestOperation()
|
||||
.fromProject(this)
|
||||
.reportDir(Path.of("reports", "mutations").toString())
|
||||
.reportDir(Path.of("reports", "mutations"))
|
||||
.targetClasses(pkg + ".*")
|
||||
.targetTests(pkg + ".*")
|
||||
.verbose(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue