sebastianbergmann / phpcov

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

Can phpcov with the 'execute' option handle arguments to the script? #26

Closed tchaffee closed 8 years ago

tchaffee commented 10 years ago

I have a command that I normally run like this:

php console rabbitmq:consumer -m 50 -w search_events -e=prod

I would like to execute that script and pass it arguments, using phpcov. Is that possible? From my own experiments it seems like phpcov will just reject the additional arguments as not valid, but maybe I am missing something.

tchaffee commented 10 years ago

Is anyone watching this?

sebastianbergmann commented 8 years ago

You are correct, this is not possible. I do not know how to implement this and would gladly accept a pull request that implements this.

Sorry for taking so long to respond.