Well, I have a problem trying to setup code coverage reports. First thing I had to do was to install xdebug, I did it, and it worked...Well, actually, instead of showing me the coverage of my test code it shows a couple of files inside of PHPUnit module's directory, and some other strange files from framework's system directory such as:
C:/xampp/htdocs/.../src/modules/Unittest/classes/kohana/unittest/helpers.php
C:/xampp/htdocs/.../src/modules/Unittest/classes/unittest/helpers.php
C:/xampp/htdocs/.../src/system/classes/kohana/config.php
Another problem is that the coverage files that should be html reports which are created with every "phpunit" command executed are always saved to the C:// directory. I tried to change it in xdebug settings in php.ini, but none worked.
Does anybody knows what could be the reason?
I'm using Jenkins if this is any helpful info.
And please tell me if you need more info.
Thanks.