Skip to content

Commit 7a4006d

Browse files
committed
Tweaks to Infection CircleCI task
1 parent 80a66fe commit 7a4006d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ commands:
139139
steps:
140140
- run:
141141
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
142+
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
143143

144144
run-snyk:
145145
steps:

0 commit comments

Comments
 (0)