commit | f3cc5568b065c72736065b1060f0d928599a98d0 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 14:18:11 2025 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 04 14:30:02 2025 -0400 |
tree | f50e585adc69a03e569e11ddb214dd08d84eeaab | |
parent | 7c5e97ee4ff5ab70804d9e2a7befa5797e312f97 [diff] [blame] |
ci: upgrade gcovr to the latest version And adjust lcov invocation for lcov 2.1 Change-Id: I71a4f5542ae4383010cedbc7fd86b5c6fa57ae02
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)