Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Coverage report

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

To create a code coverage report for swupd-server, 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