Build Coverage tables

Visual Studio Team Foundation Server 2013

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.

For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Analyze and report on build details and build coverage using the Build perspective.

Build Coverage Fact Table

FactBuildCoverage is associated with the following dimension tables:

  • DimAssembly

  • DimBuild

  • DimBuildFlavor

  • DimBuildPlatform

  • DimCodeElement

  • DimDate

  • DimTeamProject

See Also