Good practices in the life of software development
October 2008 - Posts
-
Load Code Coverage Data to SQL database Use Visual Studio’s code coverage tools to obtain the .coverage file Visual Studio has a set of tools that can collect your code coverage data. The data structure of the collected code coverage data is in a table Read More...
|