@@ -26,25 +26,33 @@ The current version 1.0 is compatible with Delphi 11.0 Alexandria and most
26
26
likely with 10.4 Sydney.
27
27
28
28
## What is the current status of this project?
29
- Development just started.
29
+ The current version in this repository is considered to be a release candidate for
30
+ V1.0. It looks like it still has a few small quirks with disabling next button in
31
+ editing mode but other than that it looks fine.
30
32
31
33
## Where can I get further information? For example if I'd like to contribute?
32
34
In the root folder of the project you will find further files with information about
33
35
this project like * NOTICE.txt* , * CONTRIBUTING.md* , * SECURITY.md* .
34
36
35
37
## How to install?
36
- Just run the installer provided in the Install\Output directory.
37
- Run the ??? from the installation directory where you installed the tool.
38
- When run for the first time it will display a dialog you can use to add it to the Tools
39
- menus of all Delphi versions/profiles it finds on your computer.
38
+ Just open and run the project provided in the Source directory.
39
+ When run for the first time or when you installed another version of the IDE it will
40
+ display a dialog you can use to add it to the Tools menus of all Delphi
41
+ versions/profiles it finds on your computer.
40
42
41
43
## How to use it?
42
44
43
- 1 . Make sure your project has MAP-file generation turned on in linker settings.
44
- 2 . If not done yet develop some DUnit/DUnitX unit tests for your peoject.
45
- 3 . Run the tool and generate a code coverage project for your project. The tool provides
45
+ 1 . Make sure your project has detailed MAP-file generation turned on in linker settings.
46
+ 2 . If not done yet develop some DUnit/DUnitX unit tests for your project. If you set it
47
+ up as a console project, you only need to press enter after the tests have run,
48
+ otherwise you need to start them manually when running code coverage.
49
+ 3 . Run this tool and generate a code coverage project for your project. The tool provides
46
50
a wizzard for this.
47
51
4 . Save the generated project.
48
52
5 . Run the generated project. It should start your unit tests.
49
- 6 . Run your unit testsand close the test runner.
50
- 7 . The coverage report should be generated in the format(s) you specified in the wizard
53
+ 6 . Run your unit tests and close the test runner.
54
+ 7 . The coverage report should be generated in the format(s) you specified in the wizard.
55
+ If you checked HTML format, the result will be displayed in code coverage wizard plus,
56
+ but you can still open it in any browser outside this tool.
57
+
58
+ Now: enjoy!
0 commit comments