TeamCity dotCover and ReSharper integration

We have TeamCity and use dotcover to generate a coverage report. There is also a feature in ReSharper in Visual Studio, were if I cover all Unit Tests in my solution, I get information about which tests cover which lines of code.

But we have a lot of tests. Is there a way I can take the output of TeamCity's dotCover, and import it into ReSharper to get that "tests-for-this-line" coverage feedback in Visual Studio, without having to re-run the tests in ReSharper in Visual Studio?

0

Please sign in to leave a comment.