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

Allow user to skip rosdep keys. #180

Closed snehaldb90 closed 4 years ago

snehaldb90 commented 4 years ago

Fixes #135.

This feature helps user to skip the rosdep keys that are not important for the compilation of package.

Signed-off-by: Snehal Bichkar snehaldb@amazon.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #180 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   94.28%   94.35%   +0.06%     
==========================================
  Files           7        7              
  Lines         245      248       +3     
==========================================
+ Hits          231      234       +3     
  Misses         14       14              
Flag Coverage Δ
#unittests 94.35% <100.00%> (+0.06%) :arrow_up:
Impacted Files Coverage Δ
ros_cross_compile/dependencies.py 100.00% <100.00%> (ø)
ros_cross_compile/ros_cross_compile.py 85.48% <100.00%> (+0.48%) :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 3cb07b7...f41dce8. Read the comment docs.

thomas-moulard commented 4 years ago

@snehaldb90 Consider adding "Fix #135" in your commit message to automatically close the issue, instead of putting it in the PR title.

See GitHub doc here: https://help.github.com/en/enterprise/2.16/user/github/managing-your-work-on-github/closing-issues-using-keywords