Changes between Version 7 and Version 8 of AdvantagesOfJenkinsOverBuildbot


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v7 v8  
    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. See [https://builds.apache.org/job/Cassandra-Coverage/ an example from Apache's Jenkins server].
     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/192/cobertura/ an example from Apache's Jenkins server].
    1616
    1717== Determining when a test started failing ==