Changes between Version 8 and Version 9 of AdvantagesOfJenkinsOverBuildbot
- Timestamp:
- Dec 20, 2011, 12:45:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvantagesOfJenkinsOverBuildbot
v8 v9 13 13 == Code coverage statistics == 14 14 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]. 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]. 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]. 16 16 17 17 == Determining when a test started failing ==