Changes between Version 8 and Version 9 of AdvantagesOfJenkinsOverBuildbot


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v8 v9  
    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/192/cobertura/ 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]. You can even see [https://builds.apache.org/job/Cassandra-Coverage/192/cobertura/org_apache_cassandra_db_index/SecondaryIndexBuilder_java/ individual lines of code that are or are not tested].
    1616
    1717== Determining when a test started failing ==