File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
271271report-coverage-py :
272272 stage : build
You can’t perform that action at this time.
0 commit comments