Is it possible to forcefully exclude a folder from PHPUnit\'s code coverage?
Problem I\'ve got is, that I have a Symfony 1.4 project, which has folders at ./lib/ve
./lib/ve
The correct way to exclude certain files from the coverage report in more or less recent versions of PHPUnit is to use directive instead of . E.g.:
src/ src/Legacy/ src/example.php