KEINOS / TPL-PHP-HelloWorld

✅ Overly-super-cautious "Hello World" in PHP7 and PHP8 for fun.
Apache License 2.0
2 stars 0 forks source link

`coveralls` option triggers `all` #62

Closed KEINOS closed 3 years ago

KEINOS commented 3 years ago

composer verbose coveralls run as composer verbose all since the keyword all matches in both.

Better use --all and -a instead of all.