Skip to content

Commit

Permalink
Source ros in coverage_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Jan 10, 2024
1 parent 2699296 commit 80d260a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Install gcovr
run: sudo apt install -y gcovr

- name: Source ROS
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash

- name: Build lpp
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE="Debug" -DENABLE_COVERAGE=1 && make
working-directory: catkin_ws/src/lpp
Expand Down

0 comments on commit 80d260a

Please sign in to comment.