commit | ce9733e5f5ab7c9165118ca1619b7669f0446fc1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 15:22:04 2025 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 15:22:04 2025 -0400 |
tree | 2645df2d1e680138a2711695bda3ccfcfe07ded9 | |
parent | fadf9d1ba9d0ef92dfcbe2a84fdd5bd2832bf899 [diff] [blame] |
ci: upgrade gcovr to the latest version And adjust lcov invocation for lcov 2.1 Change-Id: Ife6e19e90653cd5519e0af6728cb5b1d42611e17
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh index 224edc6..8ca9714 100755 --- a/.jenkins.d/00-deps.sh +++ b/.jenkins.d/00-deps.sh
@@ -30,7 +30,7 @@ FORMULAE=(boost openssl pkgconf) case $JOB_NAME in *code-coverage) - APT_PKGS+=(lcov) + APT_PKGS+=(lcov libjson-xs-perl) ;; *Docs) APT_PKGS+=(doxygen graphviz)