Integrate code coverage report (clover format, PHPUnit)
I'm using TeamCity for PHP projects and it means that it use some PHP tools in during build process: one of them is PHPUnit, so it generates it's own HTML Code Coverage which is integrated as custom report tab but I'm intrested in integration xml report which is in clover format. Is it possible? Except this one colution: http://confluence.jetbrains.net/display/TCD4/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ModifyingtheBuildStatus
Please sign in to leave a comment.
Alexander,
In TeamCity you can add your own statistic values and configure UI to display charts for them. See more at custom charts.
I'd try to use service message to report values with predefined names (the a table on the first link).
BTW, can you share your experience with PHPUnit usage in TeamCity? We have a feature request on this but so far it is not clear what specifically should be added to TeamCity in this regard.
Feel free to contact me to get some more info.