Feeds:
Posts
Comments

Archive for July, 2010

Delphi Code Coverage in Hudson

My ultimate goal with Delphi Code Coverage was to integrate Code Coverage reports with Hudson.

With the 0.3 release of Delphi Code Coverage, you can now generate XML reports that are compatible with the XML reports from EMMA. This means that you can get nice trend graphs directly in Hudson for your Delphi projects. Obviously, EMMAs reports are far more detailed, including class, method and block coverage. (We’ll get there some day too 🙂 …)

In order to integrate the XML reports in to Hudson you will need to download the EMMA plugin for Hudson and configure it to pick up the XML report generated by Delphi Code Coverage.

You can also have access to the marked up Delphi source directly from within Hudson by using the HTML Publisher plugin. Just make sure you pick up the CodeCoverage_summary.html generated by Delphi Code Coverage.

Now, the 0.3 release of Delphi Code Coverage is still very much a project in its infancy. There are plenty of things on the to-do list, the next big thing is to tackle class and method coverage metrics…

Read Full Post »