Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.7 KB

run-coverage-tables.md

File metadata and controls

40 lines (31 loc) · 1.7 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author ms.date
Run Coverage tables
Azure DevOps Server
devops-analytics
reference
Uses FactRunCoverage to query for data in Team Foundation Server
4868da2c-9402-444e-a4a4-6b99e71a27ac
kaelli
KathrynEE
10/17/2017

Run Coverage tables

[!INCLUDE temp]

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 Code churn and code coverage.

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

Related articles