Skip to content

Commit

Permalink
Re-enable Infection in CI without --only-covering-test-cases (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis committed Feb 18, 2023
1 parent 236fa98 commit 6bff3aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@
"phpunit --colors --testsuite=unit --do-not-cache-result"
],
"infection": [
"./bin/infection --threads=8 --only-covering-test-cases --min-msi=99 --show-mutations"
"./bin/infection --threads=8 --min-msi=99 --show-mutations"
],
"tests": [
"@tests:unit"
],
"tests:unit": [
"@phpunit:unit"
"@phpunit:unit",
"@infection"
],
"ci": [
"@composer audit",
Expand Down

0 comments on commit 6bff3aa

Please sign in to comment.