Display coverage in Jenkins
Closed this issue · 5 comments
Add the possibility to display coverage data in Jenkins just like RCov.
As I don't use Jenkins I'm not going to be adding this. However I love a good pull request!! If you add support for Jenkins I'll happily add it into the gem.
Meanwhile, I found out that I can already display the coverage report in Jenkins by using the EmmaFormatter of cover_me and use the EMMA Plugin in Jenkins to display the report.
I've learned that there's an EmmaFormatter for cover_me incidentally. Maybe you would like to add a clue that there's such a formatter in the README.
@codebrickie hey I found this searching for cover_me and Jenkins, would you mind explaining how are you doing it with EmmaFormatter?
See my blog post: http://codebrickie.com/blog/2012/03/06/using-coverme-with-jenkins/
Awesome! Thanks!