From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Collecting code coverage with dotCover

Collecting code coverage with dotCover - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Collecting code coverage with dotCover

- [Instructor] In order to know what our code coverage is, we need to use a tool which will collect it for us while our test suite is running. Let's dive in and start collecting code coverage data for a dot net project using the dotCover and ReSharper extensions for Visual Studio 2017. Make sure you have everything set up for the previous video if you want to follow along. Navigate to where you clone the Nancy project from GitHub. and double click on Nancy SLM to open the project. In this case, we're going to choose to open it in Visual Studio 2017. Once it all finishes loading, we should have the Nancy project over here in Solution Explorer on the right. And we kick things off by building the project with Build, Build Solution. They should run pretty quickly because the solution has already been built once already. If this is your first time building the project then it's going to take a little bit longer. Now we're going to click on the menu item up here at the top ReSharper, and…

Contents