Difference between revisions of "BuildMetrics"

From CitconWiki
Jump to navigationJump to search
(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...)
(No difference)

Revision as of 06:49, 19 September 2009

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