Skip to content

Commit

Permalink
Add lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR authored Nov 7, 2024
1 parent 97e1e9b commit e73c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/var/lib/apt,sharing=private \
&& rm /etc/ros/rosdep/sources.list.d/61-customized-rosdep.list

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y python3-colcon-lcov-result python3-colcon-coveragepy-result
apt-get install -y python3-colcon-lcov-result python3-colcon-coveragepy-result lcov

ENV ROS_DISTRO=${ROS_DISTRO}

Expand Down

0 comments on commit e73c586

Please sign in to comment.