The JADE 2022 release meets tomorrow’s business demands.
We regularly produce code metrics to report on the health of our code base. Part of this is taking the Code Coverage files (CCD) from regular unit test runs, convert these to CSV and then match this up with the methods that have been created/modified in a specified time period. Currently the step to convert CCD to CSV files is manual using the option in the IDE. It would make this process so much easier and quicker if this step could be performed programmatically.