Example: For ubuntu package pkg on the command pkg-cmd -x @@
.
- First build a docker image containing the coverage-instrumented binaries with
./setup-image.bash pkg
. This can take a long time. - If you have an output directory you want to view coverage for, run
sudo ./run-dir.bash pkg -d /path/to/output pkg-cmd -x @@
.