1 2 3 4 5 6 7
#lcov -c -o cov.info -d build -b . exclude = /usr/include/* exclude = build/_deps/* exclude = build/deps/* ignore_errors = unused,empty,inconsistent