mathieu.suen | 15 Feb 2010 10:16
Favicon
Gravatar

How to remove a directoy from code coverage

Hi,

I saw that there is a class PHPUnit_Util_Filter which seem to filter 
file from the code coverage.
What is the common way to use this?
Or how to exclude some directory from the code coverage?

Thanks

--Mathieu Suen

Sebastian Bergmann | 15 Feb 2010 10:57
Picon
Gravatar

Re: How to remove a directoy from code coverage

mathieu.suen wrote:
> Or how to exclude some directory from the code coverage?

http://www.phpunit.de/manual/current/en/code-coverage-analysis.html#code-coverage-analysis.including-excluding-files

 BTW: This list is for discussing the development of PHPUnit, not for
 usage-related questions.

--

-- 
Sebastian Bergmann                    Co-Founder and Principal Consultant
http://sebastian-bergmann.de/                           http://thePHP.cc/

mathieu.suen | 15 Feb 2010 11:01
Favicon
Gravatar

Re: How to remove a directoy from code coverage

Sebastian Bergmann wrote:
> mathieu.suen wrote:
>   
>> Or how to exclude some directory from the code coverage?
>>     
>
> http://www.phpunit.de/manual/current/en/code-coverage-analysis.html#code-coverage-analysis.including-excluding-files
>
>  BTW: This list is for discussing the development of PHPUnit, not for
>  usage-related questions.
>
>   
Ho! ok thanks
I gonna switch of ml.

--Mathieu Suen


Gmane