trident-job / delphi-code-coverage

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

Does not work work with units usnig namespaces #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if the unit contains dots in it's name, like "Generics.Collections" the unit 
seems to be ignored. It's the same if the unit is specified with -u or -u flags

What steps will reproduce the problem?
1. Create a blank project with a form and a button, on click, ad a showmessage
2. save the unit with "test.unit1.pas" name
3. run codecoverage.exe

What is the expected output? What do you see instead?
the report should specified some data for test.unit1.pas but it's blank

What version of the product are you using? On what operating system?
CodeCoverage_1.0_RC1.

Please provide any additional information below.
  I did not investigated further but during my tests the only time I specified -xml output it complains about a floating point error

Original issue reported on code.google.com by perso.fr...@gmail.com on 6 Apr 2012 at 7:51

GoogleCodeExporter commented 9 years ago
Try adding "-ife" (without the double quotes) as the first parameter to 
CodeCoverage. 

If that doesn't work, please specify the actual command line call you used.

Original comment by ring....@gmail.com on 6 Apr 2012 at 11:48

GoogleCodeExporter commented 9 years ago
Try 1.0 RC 9 it should be fixed there.

Original comment by e.kotlya...@gmail.com on 13 Sep 2014 at 10:46