We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a66fe commit 7a4006dCopy full SHA for 7a4006d
1 file changed
.circleci/config.yml
@@ -139,7 +139,7 @@ commands:
139
steps:
140
- run:
141
name: Run mutation tests (Infection)
142
- command: php ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --min-msi=48 --min-covered-msi=70
+ command: php -d memory_limit=512MB ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --only-covered --min-msi=48 --min-covered-msi=70
143
144
run-snyk:
145
0 commit comments