Calculating code coverage for your automated tests
Published 01 June 2017
What is SQLCover?
SQLCover is a Redgate-sponsored open source code coverage tool that provides statement-level coverage of your SQL Server stored procedures and functions.
Code coverage is a measure used to describe the degree to which the source code of a program is tested by a particular test suite.
Get started via our walkthrough.