File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ mutahunter run --test-command "mvn test" --code-coverage-report-path "target/sit
2323
2424``` bash
2525# remove some tests
26- mutahunter gen --test-command " mvn test" --code-coverage-report-path " target/site/jacoco/jacoco.xml" --test-file-path " src/test/java/BankAccountTest.java" --source-file-path " src/main/java/com/example/BankAccount.java" --coverage-type jacoco --model " gpt-4o-mini"
26+ mutahunter gen --test-command " mvn clean test" --code-coverage-report-path " target/site/jacoco/jacoco.xml" --test-file-path " src/test/java/BankAccountTest.java" --source-file-path " src/main/java/com/example/BankAccount.java" --coverage-type jacoco --model " gpt-4o-mini"
2727```
2828
2929### Surviving Mutant Analysis
You can’t perform that action at this time.
0 commit comments