From 75a3b3a1d361558f07dc1913e2aa6bce56c74428 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Fri, 20 May 2022 09:09:01 +0300 Subject: fix: update CI coverage settings --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96e3669..c53a95c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,9 @@ Lua: - make luacov # produces Cobertura XML artifacts: reports: - cobertura: coverage/cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage/cobertura-coverage.xml coverage: '/Total.*\s(\d+.\d+%)$/' # Luajit actually is an impostor in Alpine, as the package actually -- cgit v1.2.3