Skip to content

Commit 08cd7ec

Browse files
committed
Increment lcov version 2.1 -> 2.3
1 parent 5598f7a commit 08cd7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ sudo apt-get install -y python3-pip sudo git curl jq
3030
sudo apt-get install -y libdatetime-format-dateparse-perl
3131

3232
export B2_TOOLSET="gcc-13"
33-
export LCOV_VERSION="v2.1"
34-
export LCOV_OPTIONS="--ignore-errors mismatch"
33+
export LCOV_VERSION="v2.3"
34+
export LCOV_OPTIONS="--ignore-errors mismatch,inconsistent"
3535

3636
export REPO_NAME=${ORGANIZATION}/${REPONAME}
3737
export PATH=~/.local/bin:/usr/local/bin:$PATH

0 commit comments

Comments
 (0)