Lukas Atkinson

Results 56 comments of Lukas Atkinson

Ok, yes, that seems like a bug in the decision coverage analysis. Slightly simplifying things, the code for the switch coverage analysis is ```python def parse_one_line(self, lineno: int, code: str)...

I see the point of this feature – kind of like marking the coverage as NaN instead of covered/uncovered. Collecting these statistics would not be overly difficult. Off the cuff,...

I'm reopening this due to the problem found in https://github.com/gcovr/gcovr/pull/503#issuecomment-1214439044

I have no idea how PyInstaller works. Does this option have to be part of the program being packaged, or could it be a separate script, or could we just...

> I'll move it completely to the nox level and add it to the documentation. Should this go to cookbook? Ok, from that description it really sounds like this should...

Currently, gcovr only supports `-a/--add-tracefile` for JSON files that it generated itself. While I don't want to put any obstacles in the way of third party input generators, I don't...

Possible causes I can think of: * The header file is in a different directory, which is excluded by gcovr filters. * From which directory are you running gcovr and...

Could you please edit your comments to replace the screenshots with text? Images are hard for me to read, and prevent others from finding relevant information in the future via...

@macetw I'll be glad to help if you can point out more concrete problems. The old approach – on which basis you have made your changes – is to aggregate...

I have no such issues with Firefox/Linux/KWin. The popups are treated as an ordinary window. Could you explain what kind of system you are running? Maybe there's a workaround, maybe...