We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b301097 commit 12bbb71Copy full SHA for 12bbb71
scripts/lcov-jenkins-gcc-13.sh
@@ -100,7 +100,8 @@ if [ -f ${pythonvirtenvpath}/bin/activate ]; then
100
fi
101
102
# pip install --upgrade gcovr==8.6 || true
103
-pip install --upgrade git+https://github.com/gcovr/gcovr.git@954a1b45f59cdb4ef83b7fb656093402c035bc66 || true
+# pip install --upgrade git+https://github.com/gcovr/gcovr.git@954a1b45f59cdb4ef83b7fb656093402c035bc66 || true
104
+pip install --upgrade git+https://github.com/Spacetown/gcovr.git@05cbbc6f769da3671a3f659ad99198bac4d62dee || true
105
106
gcovr --version
107
0 commit comments