TurboMagic 92 Posted December 23, 2022 Hello, I've got some good news and sort of a Christmas present: What is it? Delphi Code Coverage Wizard V2.0. A GUI to make using the CodeCoverage.exe tool easier. Oh and what please is code coverage? With code coverage one can find out whether the unit tests one has (I do hope you have some!) really cover all of your code or if you missed some scenarious. If you still are unsure how that looks like you might have a look at the screenshots provided at the bottom of the project's github page here: https://github.com/MHumm/delphi-code...ge-wizard-plus Now where to get this fine tool? https://github.com/MHumm/delphi-code...eases/tag/V2.0 Hopefully via GetIt package manager soon as well. That one currently still contains V1.1 A list of the improvements made between V1.1 and V2.0 is found on the release URL above. Now enjoy it TurboMagic 4 Share this post Link to post
mvanrijnen 123 Posted December 23, 2022 cool, was just thinking we would need something like this. Share this post Link to post
TurboMagic 92 Posted December 23, 2022 Just try it out, but be aware that I'm not the developer of CodeCoverage.exe, just of the Wizard around it. 😉 The other project is linked to from my project site though. Share this post Link to post
TurboMagic 92 Posted December 29, 2022 Next useful info: it is available via GetIt now as well! 1 Share this post Link to post
TurboMagic 92 Posted October 29, 2023 This is the information that I added a few things in development branch of this tool lately. I updated the command line code coverage tool used and started to add the new parametrs it provides. I haven't yet added all and I don't think all make sense for this tool, but you might still want to try it out. I haven't tested those additions yet, as I don't fully understand yet how they must be used from that bit of documentation provided for them and now I have lack of time, but I still hope they're usefull as is. So if I get feedback on them (and I didn't completely missunderstand those) I might still get a new release together soon. Cheers TurboMagic 3 Share this post Link to post
TurboMagic 92 Posted November 12, 2023 Well, I'd be gratefull if somebody could grab that new version from development branch and test the new additions to find out if I understood and implemented those correctly. Share this post Link to post