Continuous Integration
Continuously integrated.
Testing is arguably one of the most important processes you can follow when developing an application and tests are only worth something if they are run. Never again be in doubt about the status of your code. Whenever code is checked in for your project you will know that tests are being run because RoundHaus runs them for you.
We've got you covered.
RoundHaus provides C0 code coverage analysis using the excellent RCov library. As stated on the RCov site, code coverage shouldn't be abused (in few words, C0 coverage guarantees nothing) but it's still useful for testing: it will at least tell you when your tests need more work, and most importantly where.
Have it your way.
RoundHaus supports MySQL 5, PostgreSQL 8 and SQLite 3 databases and test/unit, test/spec and rspec testing frameworks for continuous integration. If required, continuous integration can also be turned off for non-Rails based projects such as plugins.


