Closed brawner closed 4 years ago
This redoes #48 and adds unit tests and fault injection macros to rcl_logging_spdlog. Coverage can get to 99% with this. I'll post CI tests soon.
Builds and tests of the following packages rcutils, rcl_logging_spdlog, rosidl_typesupport_c, rosidl_typesupport_cpp, rcl, rcl_action, rcl_lifecycle, rosidl_runtime_c, rmw_dds_common, rmw
rcutils
rcl_logging_spdlog
rosidl_typesupport_c
rosidl_typesupport_cpp
rcl
rcl_action
rcl_lifecycle
rosidl_runtime_c
rmw_dds_common
rmw
Testing this PR branch against current ROS 2 branches.
Testing --packages-select rcl_logging_spdlog
--packages-select rcl_logging_spdlog
Once more unto the breach dear friends, once more
rpr build fails because rcutils needs a new release in order for the fault injection macros to be included.
CI builds all pass though, so this is good
This redoes #48 and adds unit tests and fault injection macros to rcl_logging_spdlog. Coverage can get to 99% with this. I'll post CI tests soon.