From 82f2cd7ed8ea62c5b295694472a6e9f8c96fab2c Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 20 Dec 2022 09:52:52 -0800 Subject: [PATCH] Switch to using stock gcovr 5.2 (#1174) * Test using stock gcovr Signed-off-by: Saikrishna Arcot * Use gcovr 5.2 Signed-off-by: Saikrishna Arcot Signed-off-by: Saikrishna Arcot --- .azure-pipelines/build-template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index f50cd1c4f..14672031d 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -160,14 +160,14 @@ jobs: - ${{ if eq(parameters.run_unit_test, true) }}: - script: | set -ex - git clone https://github.com/Spacetown/gcovr.git + git clone https://github.com/gcovr/gcovr.git cd gcovr/ - git checkout origin/recursive_search_file + git checkout 5.2 sudo pip3 install setuptools sudo python3 setup.py install cd .. sudo rm -rf gcovr - displayName: "Install gcovr 5.0 with recursive fix" + displayName: "Install gcovr 5.2 (for --exclude-throw-branches support)" - script: | set -ex # Add SYS_TIME capability for settimeofday ok in syncd test