Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Gcov Executable in Test Workflow #90

Closed
threeal opened this issue Jan 10, 2024 · 0 comments · Fixed by #91
Closed

Wrong Gcov Executable in Test Workflow #90

threeal opened this issue Jan 10, 2024 · 0 comments · Fixed by #91
Assignees
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Jan 10, 2024

This issue identifies this failing build on the latest master, which appears to be caused by incorrect usage of the Gcov executable when calling the Gcovr Action.

Since #87, the test workflow is no longer built using llvm, but the Gcovr Action is still utilizing the LLVM version of the Gcov executable. This mismatch has resulted in a failing build since the merging of #88.

This issue recommends reverting the Gcov executable back to using the default executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant