first, "apt install gcovr lcov" as new prerequisites then run: ./waf configure --enable-gcov ./waf build --lcov-report and after much waiting review the report in HTML format with your preferred browser eg: firefox reports/lcov-report/index.html