Hi Mike,
From the log file it looks like you have 15 build types in your project and you have selected one of them (Integration.Continuous.All) to show code churn data for. Can you confirm that this is correct? Also can you confirm that you have code coverage enabled for this build?
You mentioned that you used excel to view code coverage data but it's possible that some other build is writing code coverage data to the warehouse. If this is the case then the dashboard will not show info for those builds because only the one build is selected.
The log file also writes out the actual MDX query that is used to retrieve data from the TFS warehous. Would you be able to connect to the warehouse directly using SQL Management Studio, run the query below, and let us know the results:
SELECT {[Measures].[Lines Added],[Measures].[Lines Deleted],[Measures].[Lines Modified],[Measures].[Total Churn]} DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON COLUMNS , NON EMPTY CrossJoin(CrossJoin([Team Project].[Team Project Hierarchy].&[{eaa5252f-b87a-418b-af43-58b221ceff04}], Hierarchize({DrilldownLevel({[Build].[Build Definition Name].[All]})})), Hierarchize({DrilldownLevel({[Build].[Build].[All]})})) DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON ROWS FROM (SELECT ({[Build].[Build Definition Name].&[Integration.Continuous.All]}) ON COLUMNS FROM [Team System]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
Regards,
Joel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items