Reputation: 1591
In a project we have two build types, one for continuous integration and one that runs our test suite. When the Quality Indicators report is run, it displays data from all builds regardless of build type.
The report suggests that one can only run it on a specific build type but the query that populates the builds field only seems to work when "All (No Filter)" is passed in as the Build Type parameter.
Is it possible to filter by Build Type so that only builds with tests are run?
Upvotes: 1
Views: 595
Reputation: 1273
Yes, this can be done. As an overview:
... That's pretty high-level - see PDF: Making Real-Time Decisions with Team System 2008 to get the specifics. The PDF talks directly about the report you're asking about.
Hope this helps.
Upvotes: 1