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. |
| 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]. |
| 16 | |
| 17 | == Graphs of test failures over time == |
| 18 | |
| 19 | Jenkins 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]. |