Skip to content

Commit 14594ba

Browse files
ASuciuXwileyj
andauthored
Update docs/mutation-testing.md
Co-authored-by: wileyj <[email protected]>
1 parent 530b689 commit 14594ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mutation-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mutation Testing
22

33
This document describes how to run mutation testing locally to mimic the outcome of a PR, without the CI limitation it provides by timing out after 6 hours.
4-
[Here is the script](../contrib/tools/local-mutation-testing.sh) to run mutation locally running the mutants created by the changes between the current branch and develop. It does automatically all the steps explained below.
4+
[Here is the script](../contrib/tools/local-mutation-testing.sh) to run the tests locally by running the mutants created by the changes between `HEAD` and develop. It does automatically all the steps explained below.
55

66
From the root level of the stacks-core repository run
77
```sh

0 commit comments

Comments
 (0)