ci: use gcovr 5.0 temporarily (#406)

This commit is contained in:
Amin Yahyaabadi 2022-05-23 08:34:07 -07:00 committed by GitHub
parent 11519ef1c6
commit 219daf46ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
ninja: true ninja: true
clangtidy: true clangtidy: true
cppcheck: false cppcheck: false
gcovr: true gcovr: "5.0"
opencppcoverage: true opencppcoverage: true
# make sure coverage is only enabled for Debug builds, since it sets -O0 # make sure coverage is only enabled for Debug builds, since it sets -O0