Skip to content

Commit

Permalink
remove manual install of lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Dec 28, 2023
1 parent a2f7803 commit b08f847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ci_build_and_test_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ if [[ -z "${CMAKE_BUILD_TYPE}" ]]; then
fi

if [[ "$*" == *--code-coverage* ]]; then
apt-get update
apt-get install -y --no-install-recommends lcov
ENABLE_COVERAGE=ON
else
ENABLE_COVERAGE=OFF
Expand Down

0 comments on commit b08f847

Please sign in to comment.