Skip to content

Commit ea69fbd

Browse files
committed
fix: update readme
1 parent 27e11b8 commit ea69fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/java_maven/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)