title | titleSuffix | description | ms.technology | ms.topic | ms.assetid | ms.author | author | ms.date |
---|---|---|---|---|---|---|---|---|
Build Coverage tables |
Azure DevOps Server |
Learn how to query for data about how thoroughly source code was covered by the tests that use specific builds. |
devops-analytics |
reference |
262d8253-6e8c-4c2f-8b11-db3f9a5bcd89 |
kaelli |
KathrynEE |
10/19/2021 |
[!INCLUDE version-lt-eq-2020]
Use FactBuildCoverage and the associated dimension tables to query for data. Find out how thoroughly source code was covered by the tests that use specific builds.
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.
FactBuildCoverage is associated with the following dimension tables:
- DimAssembly
- DimBuild
- DimBuildFlavor
- DimBuildPlatform
- DimCodeElement
- DimDate
- DimTeamProject
For more information, see these articles: