Code Coverage with Flex - a headless agent for CI builds
July 28, 2009
In my last blog post I gave details of how I user the modified coverage viewer in an automated build to follow the trend of code coverage over time. The trouble with this approach was that there was a problem either with the localConnection or the code that uses it and there was a wide variance of the values being reported. This post shows you how I fixed it by creating a headless coverage reporter that you can drop into your test harness and remove the need for a second application altogether.
Continue reading "Code Coverage with Flex - a headless agent for CI builds" »
