https://github.com/kelvins/codecoverageexampleqt
Code Coverage with Qt 5 and GCOV on Mac OS
https://github.com/kelvins/codecoverageexampleqt
Last synced: 8 months ago
JSON representation
Code Coverage with Qt 5 and GCOV on Mac OS
- Host: GitHub
- URL: https://github.com/kelvins/codecoverageexampleqt
- Owner: kelvins
- License: mit
- Created: 2018-02-04T01:46:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T22:39:07.000Z (about 4 years ago)
- Last Synced: 2025-01-04T06:17:36.110Z (9 months ago)
- Language: HTML
- Homepage: https://goo.gl/9Ei6HH
- Size: 22.5 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Coverage with Qt 5 and GCOV on Mac OS
This is an example of how to generate code coverage with Qt 5 and GCOV on Mac OS.
You can read the entire tutorial on [Medium](https://medium.com/@kelvin_sp/generating-code-coverage-with-qt-5-and-gcov-on-mac-os-4999857f4676).