I just created CloverPHP in my Jenkins work.
I am using PHPUnit to generate a clover report, and it seems everyone is working separately from the coverage report in which the file is displayed
/usr/share/php/SymfonyComponents/YAML/sfYamlInline.php
as part of a report. I'm not sure where this comes from, I assume PHPUnit or XDebug include it. Obviously, this is not part of my own code base, so I am not interested in this. This affects the overall metrics obtained in my project. Is there any way to exclude this file from the report?
Thanks a lot,
ns
Edit
The answer is to use the phpunit xml configuration file, which may contain a blacklist of filters. I will answer the question correctly after 6 hours (stackoverflow will make me wait 8 hours before answering my question!)
source
share