mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

render_report notification filenames are too long #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While running render_report it prints notices for each file it renders. 
This is good.  However, the filenames are full path names, not relative
paths as they should be.

In general all filenames should be relative except for the first line of
the report file.

Original issue reported on code.google.com by j.nick.terry@gmail.com on 9 Sep 2009 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by j.nick.terry@gmail.com on 9 Sep 2009 at 5:01

GoogleCodeExporter commented 9 years ago
Assigned to Matt. But, Ye will work with Matt very closely on this one.

Original comment by millerlyte87@gmail.com on 10 Sep 2009 at 12:22

GoogleCodeExporter commented 9 years ago
Now when you do:
 trucov render_report

It should say 
Rendering: <dot file path>
...

Where the dot file paths are relative paths not absolute.

Original comment by millerlyte87@gmail.com on 22 Sep 2009 at 2:16

GoogleCodeExporter commented 9 years ago
Tested on BST.

Original comment by yekyaw.wsu@gmail.com on 3 Oct 2009 at 9:35