From 2cbdff15f65bf3c4c82e2ff426d0204fb12172a5 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 28 Mar 2022 15:05:26 +0200 Subject: [PATCH] ci: Fix gcovr version to 5.0 New version 5.1 seems to be causing problems in our builds at the moment. --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index cf51fd9f212..dd68a6a2ca4 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -40,7 +40,7 @@ jobs: && du -sh build - name: Coverage run: > - pip3 install gcovr + pip3 install gcovr==5.0 && cd build && /usr/bin/python3 ../CI/test_coverage - name: Upload coverage