We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eea6b6 commit 755245aCopy full SHA for 755245a
.github/workflows/tests-ubuntu.yaml
@@ -128,6 +128,7 @@ jobs:
128
c_compiler: 'gcc'
129
cxx_compiler: 'g++'
130
cxx_version: ['17']
131
+ cmake_build_type: ['None']
132
runs-on: ubuntu-latest
133
needs: [docker-build, id_repo]
134
steps:
@@ -179,6 +180,8 @@ jobs:
179
180
--lcov coverage.lcov \
181
--merge-mode-functions=merge-use-line-0 \
182
build
183
+
184
+ rm -rf build
185
EOF
186
187
docker run \
docker/latest/Dockerfile
@@ -62,7 +62,7 @@ RUN chmod +x /bin/bash_run \
62
pkg-config \
63
pipx \
64
python3 \
65
- && python3 -m pipx install gcovr \
+ && python3 -m pipx install gcovr==8.3 \
66
&& python3 -m pipx ensurepath \
67
&& case "${BACKEND}" in \
68
"cpu") \
0 commit comments