ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

Update generated header install directory. #87

Closed richmattes closed 3 years ago

richmattes commented 4 years ago

The generated export header is currently installed to include, which puts it in the global /usr/include when installed system-wide. Instead, install the generated export header to include/console_bridge, consistent with the rest of the installed header files.

Signed-off-by: Rich Mattes richmattes@gmail.com

codecov-commenter commented 4 years ago

Codecov Report

Merging #87 into master will increase coverage by 33.33%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #87       +/-   ##
===========================================
+ Coverage   65.00%   98.33%   +33.33%     
===========================================
  Files           2        2               
  Lines          60       60               
===========================================
+ Hits           39       59       +20     
+ Misses         21        1       -20     
Impacted Files Coverage Δ
src/console.cpp 98.21% <0.00%> (+35.71%) :arrow_up:

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 0a6c16e...a09a4e8. Read the comment docs.