Welcome Guest, Not a member yet? Register   Sign In
Disable Code Coverage
#1

When I run my tests it produces a coverage report by default. I use TDD to build my app so the majority of the time, a coverage report is kind of useless because I'm only running one test or one class of tests. Is there a way that I can disable the generation of the coverage report until I actually want the report?

Thanks!!
Reply
#2

add the `--no-coverage` flag when you run vendor/bin/phpunit
Reply




Theme © iAndrew 2016 - Forum software by © MyBB