If I run DotCover I get a Unit test coverage report, if I use CodeCoverage I get Unit Test Coverage report.
I use DotCover for XUNIT, however we still have legacy MSTEST/VSTEST I use with CodeCoverage.exe
However if both are run with the sonar-runner, the only one that shows is code coverage (seems to run second). Is there a way to have 2 sections show in SONAR when you run separated coverage files?
If not, is there a way to merge these somehow into one? I am assuming this isn't a trivial task?
I want to see both coverage's at one time, without having to re-import the project into sonar twice.
Thanks ahead of time, Mark
You can use only one coverage tool, not several ones. Obviously, you can use DotCover for project Foo, and MS TEST for project Bar. But not both at the same time.