ros-tooling / system_metrics_collector

[DEPRECATED] Lightweight, real-time system metrics collector for ROS2 systems
Apache License 2.0
18 stars 8 forks source link

[Foxy backport] Fix 'test_subscriber_topic_statistics' must be a valid target name build failure (#175) #176

Closed jaisontj closed 4 years ago

jaisontj commented 4 years ago

Backporting #175 into Foxy

Signed-off-by: Jaison Titus jaisontj@amazon.com (cherry picked from commit 1c8b25c312047abb3c67817a8d1264bef9302e0d)

codecov[bot] commented 4 years ago

Codecov Report

Merging #176 into foxy will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             foxy     #176   +/-   ##
=======================================
  Coverage   27.72%   27.72%           
=======================================
  Files          42       42           
  Lines        1847     1847           
  Branches      872      872           
=======================================
  Hits          512      512           
  Misses        534      534           
  Partials      801      801           
Flag Coverage Δ
#unittests 27.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 5f07cab...a565512. Read the comment docs.

jaisontj commented 4 years ago

@emersonknapp - please run this CI job Gist: https://gist.githubusercontent.com/jaisontj/b462fbda3abe7bff4f339fc538881487/raw/1b3eaaca2274d6fcb8117f1d1253cb197ff0047b/ros2.repos BUILD args: --packages-up-to system_metrics_collector TEST args: --packages-select system_metrics_collector Job: ci_launcher

emersonknapp commented 4 years ago