Skip to content

Commit 0604c97

Browse files
claudedeviantintegral
authored andcommitted
ci: increase mutation testing thresholds to 100%
All mutations are now killed, so increase MSI and covered MSI thresholds from 98% to 100%.
1 parent f90ac01 commit 0604c97

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
@@ -168,4 +168,4 @@ jobs:
168168
chmod +x infection.phar
169169
170170
- name: Run mutation testing
171-
run: ./infection.phar --threads=max --min-msi=98 --min-covered-msi=98
171+
run: ./infection.phar --threads=max --min-msi=100 --min-covered-msi=100

0 commit comments

Comments
 (0)