ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Specify colcon defaults #173

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Closes https://github.com/ros-tooling/cross_compile/issues/172 Depends on https://github.com/ros-tooling/cross_compile/pull/171

Allows user to override the name of the colcon defaults file, to be able to pass different list and build arguments for different use cases

codecov[bot] commented 4 years ago

Codecov Report

Merging #173 into master will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
+ Coverage   93.99%   94.06%   +0.07%     
==========================================
  Files           7        7              
  Lines         233      236       +3     
==========================================
+ Hits          219      222       +3     
  Misses         14       14              
Flag Coverage Δ
#unittests 94.06% <100.00%> (+0.07%) :arrow_up:
Impacted Files Coverage Δ
ros_cross_compile/docker_client.py 100.00% <100.00%> (ø)
ros_cross_compile/ros_cross_compile.py 83.92% <100.00%> (+0.59%) :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 5eaa141...0b5fdf3. Read the comment docs.