Skip to content

Commit 755245a

Browse files
authored
Use gcovr 8.3 and keep inline functions (#1017)
1 parent 0eea6b6 commit 755245a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests-ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
c_compiler: 'gcc'
129129
cxx_compiler: 'g++'
130130
cxx_version: ['17']
131+
cmake_build_type: ['None']
131132
runs-on: ubuntu-latest
132133
needs: [docker-build, id_repo]
133134
steps:
@@ -179,6 +180,8 @@ jobs:
179180
--lcov coverage.lcov \
180181
--merge-mode-functions=merge-use-line-0 \
181182
build
183+
184+
rm -rf build
182185
EOF
183186
184187
docker run \

docker/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN chmod +x /bin/bash_run \
6262
pkg-config \
6363
pipx \
6464
python3 \
65-
&& python3 -m pipx install gcovr \
65+
&& python3 -m pipx install gcovr==8.3 \
6666
&& python3 -m pipx ensurepath \
6767
&& case "${BACKEND}" in \
6868
"cpu") \

0 commit comments

Comments
 (0)