Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.83 KB

table-reference-build-coverage.md

File metadata and controls

44 lines (33 loc) · 1.83 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author monikerRange ms.date
Build Coverage tables
Azure DevOps Server
devops-analytics
reference
Query for data about how thoroughly source code was covered by the tests that use specific builds.
262d8253-6e8c-4c2f-8b11-db3f9a5bcd89
kaelli
KathrynEE
< azure-devops
10/17/2017

Build Coverage tables

[!INCLUDE temp]

You can query for data about how thoroughly source code was covered by the tests that use specific builds by using FactBuildCoverage and the associated dimension tables.

Important

Build tables are only applicable for XAML builds, which are deprecated for TFS 2018 and later versions. If your build process isn't based on XAML builds, these tables and the TFS Warehouse for builds won't yield any meaningful data.

For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Builds.

Build Coverage Fact Table

FactBuildCoverage is associated with the following dimension tables:

  • DimAssembly
  • DimBuild
  • DimBuildFlavor
  • DimBuildPlatform
  • DimCodeElement
  • DimDate
  • DimTeamProject

Related articles