Code Central

NCover Code Central seamlessly pulls together your coverage data from any of the NCover products used by your team. Managers are able to see project overviews at-a-glance, monitor team-wide trends, and drill down into the details when needed.

Windows Active Directory and NCover Code Central

As teams developing in the the .NET framework, a large percentage of our customers are also using other Microsoft tools, services and applications. One of the more popular services our clients use is Windows Active Directory and we are frequently asked how NCover can…   Continue Reading

NCover 5.1 Beta Program

When we originally released NCover 5 last year, we were excited to share a lot of great new features including Condition Coverage and even more ways to share coverage results across the organization. In addition, we put a lot of work into making NCover…   Continue Reading

Take Command Of Your NCover Code Coverage Projects

Although many users preference the ease and convenience of  exporting, modifying and creating code coverage projects through the NCover GUI, there may be situations when you prefer to directly manage projects from the command line or as part of a scripted process.  In these…   Continue Reading

NCover Updates For Desktop & Bolt

We have released several important NCover updates during the months of March and April. These updates reflect improvements across the entire product line with a heavy emphasis on NCover Bolt and NCover Desktop. The current version is V5.0.2953.994. A full list of what is…   Continue Reading

Sharing Code Coverage Results With NCover Code Central

One of the keys to successful team-based code coverage, is making sure that code coverage results are transparent and actively shared across the entire team. Organizations that share results team-wide are able to encourage rapid feedback and are generally more effective in guiding the future allocation of resources…   Continue Reading

Getting Started with .NET Code Coverage

We live and breathe code coverage and the pursuit of building quality code. Since we have been doing it for years, we forget that each and every day new people discover and are getting started with .NET code coverage. With that in mind, we…   Continue Reading

Change Risk Anti-Patterns & Code Complexity

The change risk anti-patterns metric is a measure of the “risk” associated with your code. Understanding change risk anti-patterns and the the correlation between code complexity and code coverage is crucial for development teams who want to maintain the overall health and quality of their…   Continue Reading

Branch Coverage

Branch coverage is one of the key code coverage metrics NCover provides to help development teams determine the overall health and quality of their code base.  Branch coverage builds upon sequence-point coverage, NCover’s base code coverage metric for calculating code coverage statistics. Branch coverage  is an…   Continue Reading