Merge pull request #7151 from rgerhards/codex/dev-env-lcov

dev_env: include lcov in Ubuntu coverage images
This commit is contained in:
Rainer Gerhards 2026-06-01 17:23:12 +02:00 committed by GitHub
commit 6444ff67e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ RUN apt-get update && \
libwolfssl-dev \
libyaml-dev \
libzstd-dev \
lcov \
logrotate \
lsof \
make \

View File

@ -62,6 +62,7 @@ RUN apt-get update && \
libwolfssl-dev \
libyaml-dev \
libzstd-dev \
lcov \
logrotate \
lsof \
make \