Blog Post

SQLCover Code Coverage for SQL Server T-SQL

,

Open Source code coverage tool for T-SQL, SQL Server 2008+

What is code coverage? Code coverage is a way to see how many statements in your database code have been executed when you ran your tests(s). It is a way to see how well covered with tests a particular area is - the better covered with tests, the less likely you will miss issues when you make changes in those areas.

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating