File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
workdir : ${{ env.BASEDIR }}/target_ws
155
155
ignore : ' "*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
156
156
- name : Upload codecov report
157
- uses : codecov/codecov-action@v3
157
+ uses : codecov/codecov-action@v4
158
158
if : always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
159
159
with :
160
160
files : ${{ env.BASEDIR }}/target_ws/coverage.info
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install(TARGETS stomp_moveit_plugin stomp_moveit_parameters
43
43
LIBRARY DESTINATION lib
44
44
ARCHIVE DESTINATION lib
45
45
RUNTIME DESTINATION bin
46
- INCLUDES DESTINATION include
46
+ INCLUDES DESTINATION include /moveit_planners_stomp
47
47
)
48
48
49
49
ament_export_targets(moveit_planners_stompTargets HAS_LIBRARY_TARGET)
You can’t perform that action at this time.
0 commit comments