Home > User Support > QTE
yquestionz
GWhen I run the run-test command in CC coverage mode, I get "XXX.gcno:cannot open notes file" and no gaiocov file is created.
What is the cause of the gaiocov file not being created
yAnswerz
The cause is that the file needed to create the gaiocov file (gcno file) is missing or cannot be read from the QTE
Make sure that the gcno file is configured for output according to the build tool you are using.
As an example, the following is the confirmation procedure when make and cmake are used.