Peter Oberparleiter
Peter Oberparleiter
I'd like to finally merge this patch set, but the current list of commits is very complex and I'd like to keep the merged commit history simple, so here's how...
To give an update on my progress - with the amount of changes, rebases and integration of other pull requests, the commit log on your branch grew extremely complex. I...
I've split out two commits from your branch and added them to master: - 05cfc7e86d3f ("genhtml: Add option to change HTML footer text") - 1eb18f1deb50 ("genhtml: Add option to change...
`process_intermediate` applies filtering based on `--include` and `--exclude` options via sub-function `filter_source_files`. I also just checked that it works, both with actual data and initial data. "intermediate" refers to a...
I've seen the --intermediate option of gcov but it doesn't seem to work the way it is advertised: ### Compiler version: ``` # gcc --version gcc (GCC) 7.2.1 20170915 (Red...
Interesting idea. I haven't given call coverage much thought yet. It appears that gcov provides all the required data when running it with option -b (which LCOV already does for...
The `Cannot open source file...` warning is emitted by the `gcov` tool and should not have any actual effect. The `geninfo_adjust_src_path` directive only affects the coverage data files generated by...
This appears to be a `gcov` problem - normally `gcov` creates output including coverage data even if the source file cannot be accessed. What version of GCC are you using?...
I've started work on this ~1 month ago but had to drop that half-way for higher-priority work. I don't see too much added value in simply converting the current README...
The problem mentioned in https://github.com/linux-test-project/lcov/issues/30#issuecomment-305481438 refers to lcov code that directly interprets binary `.gcno` files. This code is no longer used for toolchains that support the intermediate gcov output format...