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
23
23
24
24
``` bash
25
25
# 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"
27
27
```
28
28
29
29
### Surviving Mutant Analysis
You can’t perform that action at this time.
0 commit comments