Run Coverage Tables

You can query for data about how thoroughly a particular test run covered the code that it was intended to test by using FactRunCoverage and the associated dimensions.

For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Analyzing Code Churn and Code Coverage Using the Code Churn and Run Coverage Perspectives.

Fact Table for Run Coverage

Note

You cannot aggregate these coverage values to determine code coverage for a build. To determine the code coverage in a build, you must use FactBuildCoverage. For more information, see Build Coverage Tables.

FactRunCoverage is associated with the following dimension tables:

  • DimAssembly

  • DimBuild

  • DimBuildFlavor

  • DimBuildPlatform

  • DimDate

  • DimPerson

  • DimTestRun

See Also

Concepts

Analyzing Code Churn and Code Coverage Using the Code Churn and Run Coverage Perspectives

Code Coverage Excel Report

Building the Application

Generating Reports Using the Relational Warehouse Database for Visual Studio ALM