DotCover shows only unit test source code not prod

2019-02-25 14:06发布

I'm starting to use dotCover. I have a set of Debug compiled dlls + their pdbs. Then I've created a test project and executed resharper on it to see the coverage. What I'm getting is the coverage only of the unit test project instead of the whole coverage:

enter image description here

I expected to find on the coverage tab the dlls referenced from my unit tests and their coverage. Am i right? Maybe I'm missing something or am I doing something wrong?

1条回答
啃猪蹄的小仙女
2楼-- · 2019-02-25 14:32

You can try to uncheck the "Match coverage results with current project structure" button, otherwise dotCover shows coverage results for tests only from your current solution.

enter image description here

查看更多
登录 后发表回答