Michael Förderer

Results 489 comments of Michael Förderer

@latk I'm thinking about replacing the makefile base tests and `test_gcovr.py` with a pytest fixture. The question is if the build of the executable shall also be done in python...

Thanks for reporting this. The following error messages are not catched because that's a unusual case and we were not aware of it: ``` x/y/z/a.gcno:cannot open notes file x/y/z/a.gcda:stamp mismatch...

Can you check https://github.com/Spacetown/gcovr/tree/improve_gcov_exception_handling? The exception text is adapted and relative files written by gcov are treated relative to the cwd of gcov and not of gcovr. > I'm not...

@abbeyj Have you checked the current main branch?

I checked this with the file provided in #1168. Can you add the following options when creating the LCOV report? - `--exclude-throw-branches` - `--exclude-noncode-lines` - `--exclude-unreachable-branches`

Which version of LCOV are you using? I don't find the warning about the unexpected category on main branch.

- The space in the test name is fixed on my branch. - The warning with the `UNK` I've no clue and also find nothing in the sources of lcov....

You don't use `--exclude-function-lines` and there is no coverage for that line in the input data. > > * The warning `Cannot derive function end line.` can be solved by...

@abrown-RV Please can you try the branch of the linked PR? One thing I need to do there is to add the MD5 sum for the line of function definition...

@abrown-RV Have you had time to check the branch?