Closed VijayKrishna closed 9 years ago
use tacoco.project option to specify output file name. ex) -Dtacoco.project=junit output files: junit.exec junit.err junit.log
Also you can specify output file directory by using tacoco.outdir
is there a default tacoco.outdir
?
Yes, default tacoco.outdir is tacoco.home/tacoco_output. I think I need to add more information about all tacoco options in readme.md
You will need to create a help menu for Launcher in the CLI's code like i did for the Analyzer and Reader commands. ... refer to this issue: #39
the analyzer and reader utilities of Tacoco should know the name of the exec file produced by the launcher