I intend to use rcov for the code coverage of buildr4eclipse.
I added a set of tasks under the namespace website to the codebase:
website:generate generates the html files from the txt files
website:upload uploads the website/ directory contents to the rubyforge website
website:reports generates a features.html file in website/features.html and generates the coverage information in website/coverage.
I just did an upload, check it out:
http://buildr4eclipse.rubyforge.org/features.html
http://buildr4eclipse.rubyforge.org/coverage/index.htmlThose two pages are linked from the main index.html.
We could imagine also uploading to github.
Now I need to fix the tests and I will push a batch to the repo. Hang on!
Thanks,
Antoine