sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
223 stars 58 forks source link

Color support #53

Closed webysther closed 7 years ago

webysther commented 8 years ago

Color support by with --ansi

Default no color: php vendor/bin/phpcov merge --text -- directory

With color: php vendor/bin/phpcov merge --text --ansi -- directory

The fix in execute to no option not work to merge option

sebastianbergmann commented 8 years ago

If I'll merge color support at all then it has to be disabled by default, sorry.

webysther commented 8 years ago

You're right, it would affect all projects that expect the same behavior. Fixed.

webysther commented 7 years ago

@sebastianbergmann Any news? :)

webysther commented 7 years ago

Fixes #54