We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the CMAKE args are not forwarded to the coverage commands:
Code coverage mixin still works if specifying a different compiler via --cmake-args
--cmake-args
Code coverage mixin fails, since I think it uses a different compiler (whatever the system default is) to generate code coverage.
See this job for an example.
The text was updated successfully, but these errors were encountered:
fyi @christophebedard
Sorry, something went wrong.
It might work if you provide the CMake args through the colcon-defaults input instead.
colcon-defaults
No branches or pull requests
Description
It looks like the CMAKE args are not forwarded to the coverage commands:
Expected Behavior
Code coverage mixin still works if specifying a different compiler via
--cmake-args
Actual Behavior
Code coverage mixin fails, since I think it uses a different compiler (whatever the system default is) to generate code coverage.
See this job for an example.
To Reproduce
System (please complete the following information)
The text was updated successfully, but these errors were encountered: