Skip to content

Commit

Permalink
fix(ci): fixed memory limit overflow in merge-code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Feb 6, 2023
1 parent 0c02918 commit 0ccbb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"COVERAGE=1 phpunit tests/Feature --coverage-php cov/feature-tests.cov --colors=always --process-isolation"
],
"merge-code-coverage": [
"phpcov merge cov --clover=cov/clover.xml"
"php -dmemory_limit=512M ./vendor/bin/phpcov merge cov --clover=cov/clover.xml"
],
"fix": "php-cs-fixer fix -v --ansi",
"unit-tests": [
Expand Down

0 comments on commit 0ccbb71

Please sign in to comment.