Skip to content

Commit

Permalink
Revert "Remove excluding lcov"
Browse files Browse the repository at this point in the history
This reverts commit 3c1aca5.
  • Loading branch information
ajtudela committed Apr 8, 2024
1 parent c8d9ee1 commit 395c08d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scitos2_behavior_tree/src/action/emergency_stop_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void EmergencyStopService::on_tick()
} // namespace scitos2_behavior_tree

#include "behaviortree_cpp_v3/bt_factory.h"

// LCOV_EXCL_START
BT_REGISTER_NODES(factory) {
factory.registerNodeType<scitos2_behavior_tree::EmergencyStopService>("EmergencyStop");
}
// LCOV_EXCL_STOP
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void ResetMotorStopService::on_tick()
} // namespace scitos2_behavior_tree

#include "behaviortree_cpp_v3/bt_factory.h"

// LCOV_EXCL_START
BT_REGISTER_NODES(factory) {
factory.registerNodeType<scitos2_behavior_tree::ResetMotorStopService>("ResetMotorStop");
}
// LCOV_EXCL_STOP
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ void IsBumperActivatedCondition::bumperCallback(scitos2_msgs::msg::BumperStatus:
} // namespace scitos2_behavior_tree

#include "behaviortree_cpp_v3/bt_factory.h"

// LCOV_EXCL_START
BT_REGISTER_NODES(factory) {
factory.registerNodeType<scitos2_behavior_tree::IsBumperActivatedCondition>("IsBumperActivated");
}
// LCOV_EXCL_STOP

0 comments on commit 395c08d

Please sign in to comment.