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

Added enum switch node #88

Open nspielbau opened 2 months ago

nspielbau commented 2 months ago

Fixes #33

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 27.65957% with 34 lines in your changes missing coverage. Please review.

Project coverage is 33.80%. Comparing base (adfad4a) to head (a2900ec). Report is 2 commits behind head on dev.

Files Patch % Lines
ros_bt_py/ros_bt_py/nodes/fallback.py 27.65% 34 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #88 +/- ## ========================================== - Coverage 33.85% 33.80% -0.06% ========================================== Files 37 37 Lines 5461 5508 +47 Branches 1252 1267 +15 ========================================== + Hits 1849 1862 +13 - Misses 3552 3586 +34 Partials 60 60 ```

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

github-actions[bot] commented 2 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 a2900ecc. ± Comparison against base commit cf8dbda2.

Oberacda commented 2 months ago

Can you please add tests for the node @nspielbau ?