fzi-forschungszentrum-informatik / ros2_ros_bt_py

This is a Behavior Tree library meant to be an alternative to SMACH, FlexBE and the like. It includes a ReactJS-based web GUI and all the building blocks you need to build moderately advanced mission control Behavior Trees without writing a single line of code!
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Fix symlink install bug originating from generate_parameter_library_py #80

Closed Oberacda closed 2 months ago

Oberacda commented 4 months ago

generate_parameter_library_py does not seem to work with package_dir = { "": "src/" } in setup.py. This moves the Python package to the top-level package dir to fix this issue.

Closes #79

github-actions[bot] commented 4 months ago

Test Results

 10 files  ±0   10 suites  ±0   27s :stopwatch: ±0s 202 tests ±0  202 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  404 runs  ±0  404 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit c96f6257. ± Comparison against base commit d57225f8.

:recycle: This comment has been updated with latest results.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 33.37%. Comparing base (f783bb4) to head (bf52574).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #80 +/- ## ========================================== - Coverage 33.59% 33.37% -0.23% ========================================== Files 37 37 Lines 5453 5453 Branches 1251 1251 ========================================== - Hits 1832 1820 -12 - Misses 3559 3572 +13 + Partials 62 61 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.