extras: ci: export coverage artifacts

The files are reported to gitlab but not made public. Being able to
download it enables running gcovr locally and makes it easier to debug
coverage issues.
This commit is contained in:
Alexandre Janniaux 2024-02-22 14:53:38 +01:00 committed by Thomas Guillem
parent bccd0513ed
commit 2cbc35cf86
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ debian-meson:
coverage_format: cobertura
path: cobertura.xml
paths:
- ${CI_PROJECT_DIR}/${CI_JOB_NAME}.cov.json
- cobertura.xml
- html-coverage/
- ${CI_PROJECT_DIR}/build-meson/meson-logs/testlog.junit.xml