My company got ReSharper licenses, so I'm trying out ReSharper's dotCover tool for code coverage. I've got the extension installed, it's up to date (2016.3.1), and my I'm using it in Visual Studio 2015 Update 3.
The Unit Test Explorer window finds all my tests, but when I run them and check the code coverage in the Unit Test Sessions window it shows me coverage for my test project and not the project under test.
It seems a lot like this problem and a bit like this one, but neither helps. Has anyone else encountered this? Any ideas what I'm doing wrong or settings I need to change?