feedback icon indicating copy to clipboard operation
feedback copied to clipboard

C++ coverage erroneously contains the function header

Open AMS21 opened this issue 1 year ago • 1 comments

Describe the bug C++ coverage erroneously contains the function header and shows it as missed.

Environment (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Coverage is automatically generated and uploaded by GitHub actions with this workflow
  2. Check the coverage info on the website here
  3. Notice the "missed" line which just contains the function header.

Expected behavior Functions headers should be ignored as they cannot be hit.

Screenshots

Image

Additional context Judging from the timeline this started somewhere between July 08 and July 15.

AMS21 avatar Aug 12 '24 17:08 AMS21