Skip to content

Commit ceab3ba

Browse files
author
Junghee Lim
committed
Use gcovr>=8.6
1 parent 4687cbf commit ceab3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ generate-coverage:
251251
- build/**/*.cc
252252
- build/**/*.cpp
253253
before_script:
254-
- pip install "gcovr>=8.5" coverage
254+
- pip install "gcovr>=8.6" coverage
255255
<<: *build
256256

257257
# > If there is more than one matched line in the job output, the last line is used
@@ -264,9 +264,9 @@ report-coverage-cpp:
264264
image: $DOCKER_REGISTRY/rewriting/gtirb/ubuntu24:$IMAGE_TAG
265265
coverage: '/^TOTAL.*\s+(\d+\%)$/'
266266
script:
267-
- pip install "gcovr>=8.5"
267+
- pip install "gcovr>=8.6"
268268
- cd build
269-
- gcovr --exclude=googletest-src --exclude=doc --exclude=..*/proto --exclude=..*/test --merge-mode-functions=merge-use-line-0 --root ..
269+
- gcovr --exclude=googletest-src --exclude=doc --exclude=..*/proto --exclude=..*/test --root ..
270270

271271
report-coverage-py:
272272
stage: build

0 commit comments

Comments
 (0)