We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there variables exposed to generate branch coverage as it appears to be disabled by default?
The text was updated successfully, but these errors were encountered:
It looks like the content of ~/.lcovrc is being ignored.
~/.lcovrc
$ cat ~/.lcovrc lcov_branch_coverage = 1 genhtml_legend = 1 geninfo_external = 0
which probably implies that the branch coverage is not generated by gcov. How do we get this to work?
gcov
Sorry, something went wrong.
Apparently it is the --baseline-file option of genhtml that prevents branch coverage from being rendered in the HTML report.
--baseline-file
genhtml
Successfully merging a pull request may close this issue.
Are there variables exposed to generate branch coverage as it appears to be disabled by default?
The text was updated successfully, but these errors were encountered: