gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
171 stars 42 forks source link

Move JaCoCo commands to a separate module #390

Open johlju opened 2 years ago

johlju commented 2 years ago

There are a few functions and code in this module that handle JaCoCo code coverage format. Suggest moving functions out of this module and making them generic in a separate module, so that this module's tasks can reuse them.

It would simplify this module, but more it would potientally make it easier to get additional help from the code coverage community if the community can collaborate around a module focused on the JaCoCO code coverage format.