Open GoogleCodeExporter opened 9 years ago
1/ When using the '-e' parameter, the application will automatically set the
map file to be the application parameter filename, changing the extension to
'.map' (the code is here
https://code.google.com/p/delphi-code-coverage/source/browse/trunk/CodeCoverage/
CoverageConfiguration.pas#309 )
If you think this not the case, could you please provide a test case.
2/ I have been thinking of adding the ability to use regular expressions and
may include it in a later release.
In the mean time, you could use the DOS dir command to list all the Pas files
in the directory (dir /b *.pas >> somefile) in to a file and use the -uf (-uf
somefile).
Original comment by ring....@gmail.com
on 5 Nov 2011 at 4:03
Original issue reported on code.google.com by
Phil.Pr...@gmail.com
on 25 Oct 2011 at 6:39