Monday, 15 April 2013

Visual Studio Code Coverage Not Showing All Assemblies -



Visual Studio Code Coverage Not Showing All Assemblies -

i have 20 projects in .sln file. running unit tests through test explorer , generating code coverage. 8 of projects show in coverage (see screenshots). using runsettings file in have commented out contents of of <exclude> tags, so:

<publickeytokens> <!-- exclude visual studio extensions: --> <exclude> <!-- <publickeytoken>^b77a5c561934e089$</publickeytoken> <publickeytoken>^b03f5f7f11d50a3a$</publickeytoken> <publickeytoken>^31bf3856ad364e35$</publickeytoken> <publickeytoken>^89845dcd8080cc91$</publickeytoken> <publickeytoken>^71e9bce111e9429c$</publickeytoken> <publickeytoken>^8f50407c4e9e73b6$</publickeytoken> <publickeytoken>^e361af139669c375$</publickeytoken> --> </exclude> </publickeytokens>

i cannot figure out why other 12 projects not shown in coverage results. ideas?

solution projects:

code coverage results:

the assemblies not showing not loaded during current test run.

add simple tests utilize type in each of other assemblies.

visual-studio-2012 code-coverage

No comments:

Post a Comment