As I am using VS 2015 professional, and code coverage is not available for me.
I was following this guide:
https://visualstudiogallery.msdn.microsoft.com/6950a046-8919-4935-8542-c6f37956f688
Everything is fine except Step 3. It doesn't show my classes and methods, but some other .dlls.
Screenshot:
Any suggestions why it is not showing code coverage for my methods?
Thanks
Asked
Active
Viewed 800 times
0
-
Are you producing PDBs for your assemblies and are they in the same folder as your assemblies during test execution? – Shaun Wilde Dec 24 '15 at 07:13
-
yes, should the .pdb files be removed from projects? – Oak Dec 28 '15 at 08:00
-
OpenCover needs the PDBs to determine the injection points and determine which lines are covered by each point. – Shaun Wilde Jan 04 '16 at 11:56