Skip to content

Commit 15cd264

Browse files
saiarcot895bingwang-ms
authored andcommitted
Switch to using stock gcovr 5.2 (sonic-net#1174)
* Test using stock gcovr Signed-off-by: Saikrishna Arcot <[email protected]> * Use gcovr 5.2 Signed-off-by: Saikrishna Arcot <[email protected]> Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent e7ded51 commit 15cd264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/build-template.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ jobs:
124124
- ${{ if eq(parameters.run_unit_test, true) }}:
125125
- script: |
126126
set -ex
127-
git clone https://github.com/Spacetown/gcovr.git
127+
git clone https://github.com/gcovr/gcovr.git
128128
cd gcovr/
129-
git checkout origin/recursive_search_file
129+
git checkout 5.2
130130
sudo pip3 install setuptools
131131
sudo python3 setup.py install
132132
cd ..
133133
sudo rm -rf gcovr
134-
displayName: "Install gcovr 5.0 with recursive fix"
134+
displayName: "Install gcovr 5.2 (for --exclude-throw-branches support)"
135135
- script: |
136136
set -ex
137137
make check

0 commit comments

Comments
 (0)