03.09.2019, 18:45, "Andy" <asmalo...@gmail.com>:
> Not sure if it's quite what you're looking for, but I wrote up a tutorial on 
> using gcov & lcov with Qt5 & Qt Creator:
>
> "Code Coverage Of Unit Tests Using Qt 5 On macOS"
> https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/
>
> Might give you some ideas.

Line-based coverage is inherently sub-par approach as compared to 
condition/decision coverage provided by testcocoon. However it may be possible 
to achieve that by using different instrumentartion options of compiler.


-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to