trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Add switch for reading configuration from delphi project file #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached patch adds two switches
 -dproj delphi-project-file
reads Exename and list of units from Delphi project file

-esm excludemask1 excludemask2 ...
allows to specify masks for source files that should be excluded from coverage

This will allow to run coverage on CodeCoverageTests.exe for example as 
following:
build\CodeCoverage.exe -dproj CodeCoverage\Test\CodeCoverageTests.dproj -esm 
*CodeCoverage\Test\* -od reports\coverage -lt

Original issue reported on code.google.com by e.kotlya...@gmail.com on 8 Mar 2012 at 8:10

Attachments:

GoogleCodeExporter commented 9 years ago
Missing patch for I_CoverageConfiguration.pas

Original comment by e.kotlya...@gmail.com on 9 Mar 2012 at 4:55

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r73.

Original comment by e.kotlya...@gmail.com on 29 Mar 2012 at 4:04