summaryrefslogtreecommitdiff
path: root/.lcovrc
blob: d9a5850dd3e36902b02deec2ebc07a9f7bc5ddbd (plain)
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