Skip to content

Commit aa9de2f

Browse files
committed
Debugging. Adjust tree data root
1 parent 6bb5422 commit aa9de2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ fi
102102
# pip install --upgrade gcovr==8.6 || true
103103
# pip install --upgrade git+https://github.com/Spacetown/gcovr.git@05cbbc6f769da3671a3f659ad99198bac4d62dee || true
104104
# 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.
105+
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@2c6adcb521e88149c9256002ff95de8853bd6573 || true # right after new templates merge. problem.
106106
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@30a3fa2f36de12dd3694f26adce14c168563693e || true # new template bug fixes. Testing.
107+
pip install --upgrade git+https://github.com/sdarwin/gcovr.git@d3ce4ecc64ef39f4f264c3ef8d613c6b3da75294 || true # Adjust tree data root.
107108

108109
gcovr --version
109110

0 commit comments

Comments
 (0)