Open
Description
I am trying to output my coverage results without colors so they can be easy to add as a comment to PR without the special characters that come from adding color. When I pass --colors=never to the args it does work because its appended to the end of the command arguments and the earlier colors="always" is overwritten. The problem is there is a warning that you shouldn't do the same command line argument twice and the step fails with an exit code of 1.
There was 1 PHPUnit test runner warning:
- Option --colors cannot be used more than once
Would be possible to add Colors as a configurable value?
Metadata
Metadata
Assignees
Labels
No labels