From 223ab797b834d0abf0d58f6a9196a61bb5c502c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=22rysiek=22=20Wo=C5=BAniak?= Date: Sun, 15 May 2022 18:50:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file: cobertura fix --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 250f012..a0cb5f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,9 @@ libresilient-test: reports: junit: - junit.xml - cobertura: coverage/cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage/cobertura-coverage.xml tags: - docker - linux