BullseyeCoverage
To build your project for code coverage collection, follow the steps below.
Tools Coverage Build, or
with the command cov01 -1 or
within Visual Studio using the menu command
Tools Enable/Disable BullseyeCoverage Coverage Build.
To build your project for code coverage collection, follow the steps below.
COVFILE
environment variable to the path where you want the coverage file created.
For example:export COVFILE=/project/test.cov
Tools Coverage Build, or
with the command cov01 -1.
To build your project for code coverage collection, follow the steps below.
COVFILE
environment variable using the command below in the Terminal application.
Adjust the setting to suit your needs.
echo "COVFILE=$HOME/test.cov" >"$HOME/BullseyeCoverageEnv.txt"
Tools Coverage Build, or
with the command cov01 -1.
For more detail, see Apple Xcode.
Sample applications and code coverage results are provided in the BullseyeCoverage/sample directory.
To quickly see how code coverage is presented,
run the Coverage Browser and open the sample coverage file test.cov in this directory.
You can build and run the sample applications to see how viewing code coverage leads you to new test cases.
To build a sample application on Windows, open the .sln file in Visual Studio.
On Linux or macOS, run make in the sample directory.
After building and running the sample,
switch to the Coverage Browser and use the command View Refresh to see what has happened in the code.
You can see an example HTML report at bullseye.com/sample/ .
Updated: 26 Feb 2026
Copyright © Bullseye Testing Technology. All Rights Reserved.