Skip to content

Commit

Permalink
Try to set coverage mode in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Jan 21, 2025
1 parent fd0857e commit 150a844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.lowest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"scripts": {
"lint": "phpstan analyse -c ./phpstan.neon src camel --memory-limit 1G",
"test": "phpunit --stop-on-failure",
"test-ci": "pest --coverage --min=80",
"test-ci": "XDEBUG_MODE=coverage pest --coverage --min=80",
"test-parallel": "paratest -p16 --stop-on-failure",
"test-parallel-ci": "paratest -p16"
},
Expand Down

0 comments on commit 150a844

Please sign in to comment.