dashingrocket / simplecov-cobertura

Ruby SimpleCov Cobertura Formatter
Apache License 2.0
54 stars 38 forks source link

Generate a package per group #3

Closed ivailop closed 8 years ago

ivailop commented 8 years ago

When working on big projects (with many files) it is very hard to navigate/review a flat file list coverage report. Splitting the list in groups makes the report much better organized and also provides a very convenient per group line-rate.

jessebs commented 8 years ago

Do you mind resolving the merge conflicts? A new version was released earlier today that moved from libxml to rexml in order to enable compatibility with jruby.

jessebs commented 8 years ago

Thank you for your work on this. The output was incorrect when no packages were defined (since there were no groups to loop through). I will be merging your changes into the baseline with a fix and some enhanced testing.

jessebs commented 8 years ago

Your changes are merged and I released a new version of simplecov-cobertura (1.1.0). Thank you again for your effort on this.