We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ded51 commit 15cd264Copy full SHA for 15cd264
.azure-pipelines/build-template.yml
@@ -124,14 +124,14 @@ jobs:
124
- ${{ if eq(parameters.run_unit_test, true) }}:
125
- script: |
126
set -ex
127
- git clone https://github.com/Spacetown/gcovr.git
+ git clone https://github.com/gcovr/gcovr.git
128
cd gcovr/
129
- git checkout origin/recursive_search_file
+ git checkout 5.2
130
sudo pip3 install setuptools
131
sudo python3 setup.py install
132
cd ..
133
sudo rm -rf gcovr
134
- displayName: "Install gcovr 5.0 with recursive fix"
+ displayName: "Install gcovr 5.2 (for --exclude-throw-branches support)"
135
136
137
make check
0 commit comments