You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Would be possible to add Colors as a configurable value?
The text was updated successfully, but these errors were encountered: