commit | 93da5fcd46b4b070aafb4455e3f59eb2d510a0f6 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 18:00:21 2025 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 18:00:21 2025 -0400 |
tree | e86c98afa87702f68c8398ac4385a32a1035949f | |
parent | 63e0a071d7af122f19d44765ea7c5ecc0a5e0673 [diff] [blame] |
ci: upgrade gcovr to the latest version And adjust lcov invocation for lcov 2.1 Change-Id: I0cb932183a386ad004239876412bfa0f694ecece
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh index b94cec8..7cae86c 100755 --- a/.jenkins.d/00-deps.sh +++ b/.jenkins.d/00-deps.sh
@@ -31,7 +31,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)