Skip to content

Commit 96b33b2

Browse files
committed
ci: increase mutation testing threshold to 100%
All mutations are now killed with 100% MSI. Increase the CI threshold to ensure this level of mutation coverage is maintained.
1 parent b1afd90 commit 96b33b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
chmod +x infection.phar
110110
111111
- name: Run mutation testing
112-
run: ./infection.phar --threads=max --min-msi=78 --min-covered-msi=78
112+
run: ./infection.phar --threads=max --min-msi=100 --min-covered-msi=100

0 commit comments

Comments
 (0)