This Tips explains how we can enable code coverage in Visual Studio for specific assembly during unit test run. Enabling this setting will help to view the covered code block on every run of unit test.
The steps to enable code coverage in Visual Studio 2010 are
1. Open the testsettings as displayed below
2. Enable code coverage as displayed below
3. Double click the Code Coverage row. Select the artifacts to instrument. Specify the strong name key file path if artifacts are signed.
4. Run unit tests. Open the code coverage results as displayed below