Skip to content

Commit 335c6d0

Browse files
committed
gcovr upstream bug fixes
1 parent 11345cc commit 335c6d0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ fi
101101

102102
# pip install --upgrade gcovr==8.6 || true
103103
# pip install --upgrade git+https://github.com/Spacetown/gcovr.git@05cbbc6f769da3671a3f659ad99198bac4d62dee || true
104-
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@8dc1762283bbc30044f12e998b78e7f762e0f849 || true
105-
pip install --upgrade git+https://github.com/gcovr/gcovr.git@2c6adcb521e88149c9256002ff95de8853bd6573 || true
104+
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@8dc1762283bbc30044f12e998b78e7f762e0f849 || true # multiple months. working fine.
105+
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@2c6adcb521e88149c9256002ff95de8853bd6573 || true # right after new templates merge. problem.
106+
pip install --upgrade git+https://github.com/gcovr/gcovr.git@99604ff2bbaa98400c843c3894f818a583cc2b62 || true # new template bug fixes. Testing.
106107

107108
gcovr --version
108109

0 commit comments

Comments
 (0)