Skip to content

Commit

Permalink
change colcon ros1 test command
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Oct 3, 2023
1 parent 1f9a9dd commit d7f681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
continue-on-error: true
run: |
source "$INIT_ENV"
sed -i '/colcon test/ s/$/ --packages-up-to carma-messenger cpp_message emergency_response_vehicle_plugin j2735_convertor asn1c traffic_incident truck_inspection_plugin/' /home/carma/.ci-image/engineering_tools/code_coverage/make_with_coverage.bash
sed -i '/colcon test/ s/$/ --parallel-workers 4 --packages-above $PACKAGES/' /home/carma/.ci-image/engineering_tools/code_coverage/make_with_coverage.bash
make_with_coverage.bash -t -e /opt/carma/ -o ./coverage_reports/gcov
- name: Backup ROS1 compile_commands.json
run: |
Expand Down

0 comments on commit d7f681d

Please sign in to comment.