issues
search
gazebosim
/
gz-cmake
A set of CMake modules that are used by the C++-based Gazebo projects.
https://gazebosim.org/libs/cmake
Apache License 2.0
27
stars
30
forks
source link
Coverage builds of examples are not tested in CI
#440
Open
scpeters
opened
3 months ago
scpeters
commented
3 months ago
Environment
OS Version:
Source or binary build?
Description
Expected behavior: our examples should be built with the
Coverage
build type in CI
Actual behavior: that build type is not tested because
lcov
is not installed during that phase of the build (first noticed in
https://github.com/gazebosim/gz-cmake/pull/437#issuecomment-2241295897
)
Steps to reproduce
Run a CI job
Search console log for
Install configuration: "Coverage"
It would be found if our CI was testing coverage builds of examples, but it is not
Output
Environment
Description
Coverage
build type in CIlcov
is not installed during that phase of the build (first noticed in https://github.com/gazebosim/gz-cmake/pull/437#issuecomment-2241295897)Steps to reproduce
Install configuration: "Coverage"
Output