Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 9974778 commit c4ba8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of
./vendor/bin/pest --mutate --parallel
```

After running mutation testing, you will see a detailed report showing the number of mutations, how many were caught, and the mutation score.
After running mutation testing, you will see a detailed report showing the number of mutations, how many were untested or uncovered, and the mutation score.

<img src="/assets/mutation-testing.png" style="width: 100%;" />

Expand Down

0 comments on commit c4ba8cc

Please sign in to comment.