On Wed, 4 Sep 2019 at 03:53, Konstantin Tokarev wrote:
> 03.09.2019, 18:45, "Andy" :
> > 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/20
some time to
check this out.
From: Andy
Sent: September 3, 2019 11:45 AM
To: Konstantin Tokarev
Cc: Jérôme Godbout ; interest@qt-project.org
Subject: Re: [Interest] Code coverage with QtCreator
Not sure if it's quite what you're looking for, but I wrote up a tutorial on
using gcov &
03.09.2019, 18:45, "Andy" :
> 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/
>
> Mi
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.
---
Andy Maloney
03.09.2019, 18:35, "Jérôme Godbout" :
> Is this integrate the CppUnit with is own listener? My test are in QTest, I
> could translate them, just wondering if it does support this.
It's agnostic of test framework, it instruments code via its own preprocessor
--
Regards,
Konstantin
___
] Code coverage with QtCreator
03.09.2019, 17:47, "Jérôme Godbout" :
> Hi,
>
> Is there a good way to make code coverage with QMake and Qt Creator? I will
> probably switch my codes to CMake with Qt 6, but for the time being I will
> leave my projects as QMake and we do
03.09.2019, 17:47, "Jérôme Godbout" :
> Hi,
>
> Is there a good way to make code coverage with QMake and Qt Creator? I will
> probably switch my codes to CMake with Qt 6, but for the time being I will
> leave my projects as QMake and we do not use Visual Studio on Windows either.
> Any free to