commit | 1c92524cbcd9f9023e86297f18ff09f677baec78 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 03 14:32:36 2025 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 03 16:25:03 2025 -0400 |
tree | d8544624cdffcbbc44a4e76db72065df7715aabb | |
parent | 1208aa1f3b619424ef71672e5c180eb9c96e0953 [diff] [blame] |
ci: upgrade gcovr to the latest version And adjust lcov invocation for lcov 2.1 Change-Id: I03156b21f2675e105a2a994d2b5f41ceecc490ec
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)