mavak / trucov

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

generate report and graphs at the same time #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a request from Aaron.

It would be nice to be able to run multiple commands while only reading the
GCNO/GCDA files once.  In theory the cache would help here, but we decided
a cache wouldn't really be needed.

Instead if trucov could make the --default-command option be an
accumulating type instead of override.  The spec should probably add an
alias for default-command as just command.

trucov --command report --command render_report

This should not be difficult, just use the same code that implements the
fancy accumulation used with source dir and selection (you are using common
code right).

Original issue reported on code.google.com by j.nick.terry@gmail.com on 1 Oct 2009 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by j.nick.terry@gmail.com on 1 Oct 2009 at 10:14

GoogleCodeExporter commented 9 years ago
Refer to issue 127 for a quick fix for this release, the accumulation of 
commands
will inlcuded in the Oct 19 release

Original comment by millerlyte87@gmail.com on 4 Oct 2009 at 2:14

GoogleCodeExporter commented 9 years ago
Need to ask nick if he still wants this

Original comment by millerlyte87@gmail.com on 19 Oct 2009 at 11:49

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 2 Dec 2009 at 12:12

GoogleCodeExporter commented 9 years ago
It seems this was fixed with the "all_report" command, right?

Original comment by wright_l...@yahoo.com on 17 Dec 2009 at 2:34

GoogleCodeExporter commented 9 years ago
Aaron has been using all_report for a while.  It meets his need.

Original comment by j.nick.terry@gmail.com on 2 Mar 2010 at 3:39