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

Add trivial test to call the argparser #115

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Increases code coverage and lets us know that the syntax and imports in the entrypoint are ok.

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #115 into master will increase coverage by 8.29%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   77.84%   86.13%   +8.29%     
==========================================
  Files           5        6       +1     
  Lines         334      339       +5     
==========================================
+ Hits          260      292      +32     
+ Misses         74       47      -27
Flag Coverage Δ
#unittests 86.13% <88.88%> (+8.29%) :arrow_up:
Impacted Files Coverage Δ
test/test_entrypoint.py 100% <100%> (ø)
cross_compile/ros2_cross_compile.py 69.23% <75%> (+69.23%) :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 baa1010...a8dbcdd. Read the comment docs.