BuildMetrics

From CitconWiki
Revision as of 06:49, 19 September 2009 by Tumbarumba (talk | contribs) (New page: Interesting metrics: * Quality? * Near to release? Adding code coverage to every build * % of code * % of branches * watch the trend * trend should grow * Cobertura shows this When trans...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Interesting metrics:

  • Quality?
  • Near to release?

Adding code coverage to every build

  • % of code
  • % of branches
  • watch the trend
  • trend should grow
  • Cobertura shows this

When transitioning to TDD, watch coverage

List of interesting metrics (dynamic or static properites of the product)

  • line coverage
  • branch coverage
  • pmd
  • findbugs
  • checkstyle

Metrics from CI system:

  • time for build
  • time for test
  • commit frequency
  • pairing matrix
  • time for completion for user story