DelphiCodeCoverageWizard is a simple wizard to setup and build scripts for DelphiCodeCoverage - a simple Code Coverage command-line tool for Delphi.
- A Delphi project executable (.exe)
- A detailed mapping file for this project (.map). Note : The wizard has it own copy of DelphiCodeCoverage.exe
DelphiCodeCoverageWizard will generate the command-line and additional files to run the coverage for this project.
You can also choose which unit to cover.
Download the application. Run it and follow the wizard !
A batch file (.bat) is created for a easier one-click coverage execution.
Two listing files (.lst) containing units list and units folder list will be created.
The coverage report is from DelphiCodeCoverage. For further information, see the project page.
A really big thanks to Christer Fahlgren for his delphi-code-coverage release.
Find more here : http://code.google.com/p/delphi-code-coverage/
- Added DelphiCodeCoverage V1.0RC8 new switches for output format
- Fixed bugs
- Refactored source code
- First prototype to validate the features.
- It works with minimal features.
- No error check.
- Ugly code ;)