Hi, As part of a goal to get more frequent releases, we have to keep our test coverage reasonably high and also make sure we don't merge untested code or unreachable/unmaintable code.
The infra team have kindly enabled Coveralls.IO support and I've enabled this in TOX as part of our build. You can see now the reports - https://coveralls.io/github/apache/libcloud?branch=trunk when people raise pull requests it should add a comment to say whether the coverage has gone up or down. Coveralls has a neat interactive coverage viewer online, you can inspect code blocks covered for a build, its a lot easier than using coverage reports! We're at a healthy 90%- a great place to start from. It already uncovered an untested module, the storage driver for ninefold (who no longer exist!) Ant