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
Copyright (C) 2026 Qt Group.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
This code repository contains code samples and other materials designed to help you learn and practice QML development. The materials provided are intended for educational purposes to help test the skills you've gained from completing the Intro to QML course.
If you, your employer, or the legal entity you act on behalf of hold commercial license(s) with a Qt Group entity, this software package constitutes Pre-Release Code under the Qt License/Frame Agreement governing those licenses, and that agreement's terms and conditions govern your access and use of this software package.
This software package may provide links or access to third party libraries or code (collectively "Third-Party Software") to implement various functions. Use or distribution of Third-Party Software is discretionary and in all respects subject to applicable license terms of applicable third-party right holders.