Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
NCoverCop is a custom NAnt task that fails your build when your code coverage drops by using NCover. It also tells you what code has become untested. This promotes TDD. See NAnt [http://nant.sourceforge.net/] and NCover [http://www.ncover.com/]
This is analog for NCover application, but have some advantages
The project is not in work actually, so you may try the following projects instead:
https://github.com/sawilde/partcover.net4 - original fork
https://github.com/sawilde/opencover - another cover from blessed man who was able to keep PartCover live.
Regarding license: all sources (here at SF) are open.
Unzip buildtemplate and you will have a project set up with ant/junit/verifydesign/code coverage all out of the box. It is a great way to get started and then add to the build.xml as you go. netbuildtemplate is for .net and has nant/nunit/NCover, etc.
NCover - A tool to tell you how much of your program is covered by your automatic tests.
Instruments source code prior to running unit tests to establish test coverage.
* Nant integration
* For use with continuous integration builds