NCoverCop is a Nant task using NCover

NCoverCop is a Nant task using NCover

Guys, NCoverCop (http://sourceforge.net/projects/ncovercop/) is a NAnt task that can be used to fail your CI build when the code coverage in your application drops. NCoverCop also reports which lines of code have just become uncovered by the latest change, i.e. just been added without tests, or have lost their tests.

It does all this by caching the last successful NCover results file and analyzing changes.

Please take a look, give it a go, and send me your feedback!

Cheers, Nigel Thorne email: ncovercop at nigelthorne.com