feedback
feedback copied to clipboard
C++ coverage erroneously contains the function header
Describe the bug C++ coverage erroneously contains the function header and shows it as missed.
Environment (please complete the following information):
- GitHub Actions workflow running
ubuntu-24.04with the official[email protected]
To Reproduce Steps to reproduce the behavior:
- Coverage is automatically generated and uploaded by GitHub actions with this workflow
- Check the coverage info on the website here
- Notice the "missed" line which just contains the function header.
Expected behavior Functions headers should be ignored as they cannot be hit.
Screenshots
Additional context Judging from the timeline this started somewhere between July 08 and July 15.