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

Result can now be processed when using ABC Actions #87

Closed nspielbau closed 2 months ago

nspielbau commented 2 months ago

@Oberacda why does this show a diff, the branch was already merged last week?

github-actions[bot] commented 2 months ago

Test Results

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

Results for commit 45ef06b6.

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 16.66667% with 10 lines in your changes missing coverage. Please review.

Please upload report for BASE (dev@525b794). Learn more about missing BASE report. Report is 2 commits behind head on dev.

Files Patch % Lines
ros_bt_py/ros_bt_py/ros_nodes/action.py 16.66% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #87 +/- ## ====================================== Coverage ? 33.85% ====================================== Files ? 37 Lines ? 5461 Branches ? 1252 ====================================== Hits ? 1849 Misses ? 3552 Partials ? 60 ```

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

Oberacda commented 2 months ago

This was already merged.