Skip to content

Commit

Permalink
[CI] testing
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <[email protected]>
  • Loading branch information
orensbruli committed Sep 25, 2022
1 parent 2cd3ec6 commit 269f2c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: pwd
run: pwd
- name: install_clang_and_tools
run: apt update && apt install -y clang clang-tools lld wget python3-pip lcov
- name: setup ROS environment
uses: ros-tooling/[email protected]
with:
Expand All @@ -44,7 +46,7 @@ jobs:
colcon-defaults: |
{
"build": {
"mixin": ["coverage-gcc"]
"mixin": ["coverage-gcc", "lld"]
}
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
Expand All @@ -59,5 +61,4 @@ jobs:
with:
files: ros_ws/lcov/total_coverage.info
flags: tests
name: lean_and_mean_codecov_bot

name: lean_and_mean_codecov_bot

0 comments on commit 269f2c8

Please sign in to comment.