diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0408fb7..a30f290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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