I'm running dotCover with NUnit3 to get coverage reports on our build server. We also need the detail output from NUnit to show the test results. Is there any way to get both the NUnit test detail and the files for dotCover without running NUnit twice? Or do I need to run NUnit for the detailed testing then run dotCover with NUnit for coverage reporting?