Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.7 KB

run-coverage-tables.md

File metadata and controls

41 lines (31 loc) · 1.7 KB
title titleSuffix description ms.technology ms.topic ms.assetid ms.author author ms.date
Run Coverage tables
Azure DevOps Server
Learn how to use FactRunCoverage to query for data in Azure DevOps Server.
devops-analytics
reference
4868da2c-9402-444e-a4a4-6b99e71a27ac
kaelli
KathrynEE
10/19/2021

Run Coverage tables

[!INCLUDE version-lt-azure-devops]

Use FactRunCoverage and the associated dimensions to query for data. Find out how thoroughly a particular test run covered the code that it was intended to test.

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

For more information, see these articles: