We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5598f7a commit 08cd7ecCopy full SHA for 08cd7ec
scripts/lcov-jenkins-gcc-13.sh
@@ -30,8 +30,8 @@ sudo apt-get install -y python3-pip sudo git curl jq
30
sudo apt-get install -y libdatetime-format-dateparse-perl
31
32
export B2_TOOLSET="gcc-13"
33
-export LCOV_VERSION="v2.1"
34
-export LCOV_OPTIONS="--ignore-errors mismatch"
+export LCOV_VERSION="v2.3"
+export LCOV_OPTIONS="--ignore-errors mismatch,inconsistent"
35
36
export REPO_NAME=${ORGANIZATION}/${REPONAME}
37
export PATH=~/.local/bin:/usr/local/bin:$PATH
0 commit comments