moveit / warehouse_ros_mongo

Implementation of warehouse_ros using MongoDB
17 stars 33 forks source link

Clean OpenSSL dependencies #67

Closed vatanaksoytezer closed 3 years ago

vatanaksoytezer commented 3 years ago

warehouse_ros_mongo does not use SSL directly, but through warehouse_ros. With the corrections from https://github.com/ros-planning/warehouse_ros/pull/80 we no longer need to specify OpenSSL depencies explicitly.

vatanaksoytezer commented 3 years ago

CI passes with Jafar's changes in warehouse_ros in my fork: https://github.com/vatanaksoytezer/warehouse_ros_mongo/pull/3

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (08bed29) into ros2 (8003d24) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             ros2      #67   +/-   ##
=======================================
  Coverage   72.73%   72.73%           
=======================================
  Files           5        5           
  Lines         242      242           
=======================================
  Hits          176      176           
  Misses         66       66           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8003d24...08bed29. Read the comment docs.