Kamil Cudnik
Kamil Cudnik
I am working on a smaller example that would be much easier to reproduce on your side, will notify when done
I run gcov in root of repo directory, there are multiple directories in which compiler is runned. Maybe regex is wrong but allowed to discover more errors :) I prepared...
Sure, let me test that. Just a heads up, in this repo i have files cpp and h which have the same name, but they are in different directories and...
From this branch, i don't get exception but just some warnings: ``` (WARNING) File SAI/meta/.libs/saimetadata.c not found: FileNotFoundError(2, 'No such file or directory') (WARNING) File SAI/meta/.libs/saimetadatautils.c not found: FileNotFoundError(2, 'No...
So this is interesting, report is still generated (but i'm not sure if it's full since error is printed) files appear in generated report with incorrect paths:  and after...
Sure. So let's take a meta/ directory from the repo, if i call gcovr inside that directory, i don't get any errors, but only 4 files are visible on output:...
some info here: https://stackoverflow.com/questions/3712908/gcov-producing-gcda-output-from-shared-library
Thank you for exhausting explanation and actually this project is compiled with g++ 9.3. I will have to figure out a way from smaller examples and probably manually shuffle gcov...
I refactored in heavy way my repo, and currently commit "de9d484 (HEAD, origin/recursive_search_file" is not complaining any more and everything seems to work fine and be reported. I still find...
@latk Thanks for detail explanation, i already found that article which in detail explains this problem. Thank you for your input. Agree on coverage goals, but sometimes you have someone...