This is the repo for the Code Coverage Basics course on Qt Academy.
In this directory you can find main.exe.csmes, which contains the results of code coverage analysis performed on a sample project.
You can view the contents of the file with Coverage Browser in two ways:
-
Run Coverage Browser directly, click on File > Open and locate the csmes file.
-
Via the terminal:
coveragebrowser -m main.exe.csmes
NOTE: This file can only be opened using Coco version 7.3.0 and later.
If you need additional help, the following resources may be helpful:
- Qt Documentation: https://doc.qt.io
- Qt Forum: https://forum.qt.io
- Qt Academy: https://qt.io/academy