Fix coverage reporting with gitlab CI
.gitlab-ci.yml: Remove legacy keyword 'cobertura' and use the gitlab >= 15 based `coverage_report` which is used to specify format and path to coverage XML.
This commit is contained in:
parent
eab15c07ef
commit
c173a8b009
@ -33,11 +33,14 @@ test:
|
||||
- tests/*
|
||||
- .gitlab-ci.yml
|
||||
- Makefile
|
||||
coverage: '/TOTAL.*\s([.\d]+)%/'
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: build/coverage.xml
|
||||
junit: build/junit-report.xml
|
||||
cobertura: build/coverage.xml
|
||||
|
||||
build_install:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user