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 ca8db62 commit b33df13
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 @@ -59,7 +59,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of

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

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

The higher the mutation score, the better your test suite is. A mutation score of 100% means that all mutations were "tested", which is the goal of mutation testing.

Expand Down

0 comments on commit b33df13

Please sign in to comment.