Skip to content

Coverage report

Patrick McCarty edited this page Nov 28, 2016 · 1 revision

To create a code coverage report for swupd-client, build with:

$ ./configure --enable-coverage

Then run:

$ make check
$ make coverage

The coverage report is output to the coverage/index.html file, viewable in any web browser.

Clone this wiki locally