BullseyeCoverage Up Contents Search

covpost - Process Output From Small Footprint Run-Time

covpost [options] BullseyeCoverage.data ...

Description

covpost processes output from the embedded system small footprint run-time library. The BullseyeCoverage.data file is the output from cov_dumpData. The measurements from each BullseyeCoverage.data file are merged into coverage files.

If you are running the Coverage Browser while you use covpost, use the Coverage Browser menu command View Refresh command to see the updated data.

Options

-fPath--file Path The coverage file is specified by Path. The default is test.cov. You can specify more than one coverage file by repeating this option.
-h--help Display a summary of options.
-q--quiet Suppress warnings and the copyright message.
-v--verbose Show informational messages.
--no-banner Suppress startup banner

Environment Variables

COVFILEThe coverage file. Option -f (--file) overrides this setting. The COVFILELIST environment variable overrides this setting.
COVFILELISTA comma separated list of coverage file paths. Option -f (--file) overrides this setting.

Files

If the files listed below exist, they contain initial options separated by white space. Within these files, $NAME is replaced by the value of the environment variable named NAME.

BullseyeCoverage/bin/covpost.cfg
home-directory/covpost.cfg

Updated: 27 Jan 2022