dashingrocket / simplecov-cobertura

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

Don't add empty classes #18

Closed growpathjadamson closed 2 years ago

growpathjadamson commented 3 years ago

XML nodes were being added for empty class lists when they didn't need to be. This was causing issues for some parsers when trying to parse the empty class list. This commit simply omits a package if it has no applicable files

jessebs commented 2 years ago

There were merge conflicts from this PR, so it was merged as #22