Changes between Version 4 and Version 5 of AdvantagesOfJenkinsOverBuildbot


Ignore:
Timestamp:
Dec 20, 2011 12:40:56 PM (12 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v4 v5  
    1313== Code coverage statistics ==
    1414
    15 Jenkins's [https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin Cobertura plugin] combined with [http://nedbatchelder.com/code/coverage/ coverage.py] would allow us to track code coverage statistics for our Python unit tests.
     15Jenkins's [https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin Cobertura plugin] combined with [http://nedbatchelder.com/code/coverage/ coverage.py] would allow us to track code coverage statistics for our Python unit tests. See [https://builds.apache.org/job/Cassandra-Coverage/ an example from Apache's Jenkins server].
     16
     17== Graphs of test failures over time ==
     18
     19Jenkins has built-in support for tracking the number of failing tests over time and graphing it. See [https://builds.apache.org/job/Cassandra-Coverage/ an example from Apache's Jenkins server].