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

Reset wait nodes before shutdown. #82

Closed Oberacda closed 4 months ago

Oberacda commented 4 months ago

Closes #81

github-actions[bot] commented 4 months ago

Test Results

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

Results for commit 7f73c035. ± Comparison against base commit f783bb46.

: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 34.09%. Comparing base (f783bb4) to head (7f73c03).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #82 +/- ## ========================================== + Coverage 33.59% 34.09% +0.49% ========================================== Files 37 37 Lines 5453 5453 Branches 1251 1251 ========================================== + Hits 1832 1859 +27 + Misses 3559 3533 -26 + Partials 62 61 -1 ```

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

nspielbau commented 4 months ago

Can we add a test for that? :P

Oberacda commented 4 months ago

Can we add a test for that? :P

Done