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

Remove logic around setup scripts which are not being used #75

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

These two setup files are not used by current functionality, and give error messages every run. Removing.

Signed-off-by: Emerson Knapp emerson.b.knapp@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will decrease coverage by 5.61%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   62.63%   57.02%   -5.62%     
==========================================
  Files           4        4              
  Lines         273      235      -38     
==========================================
- Hits          171      134      -37     
+ Misses        102      101       -1
Impacted Files Coverage Δ
...rc/cross_compile/cross_compile/sysroot_compiler.py 56.61% <0%> (-6.35%) :arrow_down:
...ws/src/cross_compile/test/test_sysroot_compiler.py 100% <0%> (ø) :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 22b33c3...1d9cf1f. Read the comment docs.