Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSTests - Could not find diagnostic data adapter 'Code Coverage'

I'm new to VS Code Coverage, and I'm trying to use the VSTests tool from the command line (in 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 the tests ran and passed, the *.coverage file is nowhere to be found.

Why?

Note: I'm using Visual Studio 2015 Enterprise

like image 849
Mr. Blo Avatar asked Jun 15 '16 11:06

Mr. Blo


1 Answers

this code coverage tool only ships with MS Visual Studio Enterprise and Ultimate edition. so install it and it will be fix.

like image 144
Abdul Nasir Khayam Avatar answered Sep 25 '22 17:09

Abdul Nasir Khayam