Skip to content

Commit

Permalink
Added lcov package
Browse files Browse the repository at this point in the history
Signed-off-by: CihatAltiparmak <[email protected]>
  • Loading branch information
CihatAltiparmak authored Aug 25, 2024
1 parent 01bcb09 commit 57abcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'source' }}
- name: Install Coverage Tools
if: ${{ matrix.BUILD_TYPE == 'binary' }}
run: sudo apt update && sudo apt install -y python3-colcon-coveragepy-result python3-colcon-lcov-result
run: sudo apt update && sudo apt install -y python3-colcon-coveragepy-result python3-colcon-lcov-result lcov
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 57abcc3

Please sign in to comment.