Hi!
I got undermentioned codecov raport which I’m confused about:
What does it mean that return statement is partially covered? It happens also for other lines e.g 2 consecutive lines (like variable declaration) has different coverage. One is fully covered but second is only partially. I don’t know how to interpret that.
There is full codecov raport for this repo.
Does anynone know how to fix this? Is this some common bug or I’m doing something wrong. I use c++20 and gcov10 + gcovr for .xml generation.
Thanks!