I am new to VS Code Coverage and I am trying to use the VSTests tool from the command line (on Windows). But I get this error.
Warning: Diagnostic data adapter message: Could not find diagnostic data adapter 'Code Coverage'. Make sure diagnostic data adapter is installed and try again.
Although tests were run and passed, the *.coverage file was not found anywhere.
Why?
Note. I am using Visual Studio 2015 Enterprise
source share