Run Coverage tables
TFS 2017 | TFS 2015 | TFS 2013
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.
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: