Skip to content

Commit

Permalink
Remove excluding lcov
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Apr 8, 2024
1 parent b98b494 commit 3c1aca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions scitos2_behavior_tree/src/action/emergency_stop_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ 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,8 +35,7 @@ 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,8 +60,7 @@ 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 3c1aca5

Please sign in to comment.