Change in osmo-ci[master]: jenkins docker: Install lcov and lcov-cobertura

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri May 10 10:47:27 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13551 )

Change subject: jenkins docker: Install lcov and lcov-cobertura
......................................................................

jenkins docker: Install lcov and lcov-cobertura

They are used for generating code coverage reports

Change-Id: I26896a9807e756b1f935cd3ed524d25ee22efaed
---
M docker/Dockerfile_osmocom_jenkins.amd64
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index f87d80d..3f499ad 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -66,3 +66,7 @@
     dpkg-reconfigure --frontend=noninteractive locales && \
     update-locale LANG=en_US.UTF-8
 ENV LANG en_US.UTF-8
+
+# Code coverage tools
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lcov
+RUN pip3 install git+https://github.com/eriwen/lcov-to-cobertura-xml/

-- 
To view, visit https://gerrit.osmocom.org/13551
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I26896a9807e756b1f935cd3ed524d25ee22efaed
Gerrit-Change-Number: 13551
Gerrit-PatchSet: 2
Gerrit-Owner: Vasil Velichkov <vvvelichkov at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <suraev at alumni.ntnu.no>
Gerrit-CC: Max <suraev at alumni.ntnu.no>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190510/af266a23/attachment.htm>


More information about the gerrit-log mailing list