We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f2fcb commit fab2d78Copy full SHA for fab2d78
doc/guides/coverage.rst
@@ -122,6 +122,13 @@ You may postprocess these with your preferred tools. For example:
122
lcov --capture --directory ./ --output-file lcov.info -q --rc lcov_branch_coverage=1
123
genhtml lcov.info --output-directory lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
124
125
+.. note::
126
+
127
+ You need a recent version of lcov (at least 1.14) with support for
128
+ intermediate text format. Such packages exist in recent Linux distributions.
129
130
+ Alternatively, you can use gcovr (at least version 4.2).
131
132
Sanitycheck coverage reports
133
****************************
134
0 commit comments