BullseyeCoverage
BullseyeCoverage reports no measurements. The Coverage Browser and covhtml show empty regions only.
There are two possible causes:
Tools Options
.
In the Build
tab under the Integration
section,
verify your compiler is selected.
See also Integrating With Your Build Process.
covc.cfg
files, for example $HOME/covc.cfg
.
After rebuilding, recreate your exclusions.
See Excluding Code
There are two recommendations for excluding code which both should be followed if possible.
covselect
-a
/--add
.
Instead, use the Coverage Browser to make exclusions and export them.
Import those exclusions with covselect --import
to apply them to a clean build.
See Excluding Code for more details.
covselect
, invoke it at the end rather than the beginning.
Applying exclusions before building requires rebuilding in order to modify the exclusions and have them take effect.
Exclusions applied after building can be adjusted without rebuilding.
Updated: 26 May 2020
Copyright © Bullseye Testing Technology. All Rights Reserved.