Closed
Description
Running phpspec with coverage brings my total tests (5 right now) to a 1 to 1.5second execution time.
While running it without coverage (by commenting out the configuration) has a 100ms or less execution time.
Is it possible that we can run phpspec like: phpspec run --no-coverage
or maybe even turn it around like
phpspec run --coverage
like phpunit has it?
Since I don't nessecarilly want to ALWAYS generate coverage, especially at development.