Skip to content

Commit

Permalink
Update infection config
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent fb68097 commit 9b4d17a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pint --test

- name: Infection
run: infection --min-msi=100 --show-mutations
run: infection --show-mutations

- name: PHPStan
run: phpstan
Expand Down
5 changes: 3 additions & 2 deletions infection.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
},
"mutators": {
"@default": true
}
}
},
"minMsi": 100
}

0 comments on commit 9b4d17a

Please sign in to comment.