From 99704c0ebbed3eaf4a9d404464c224afcc84ac02 Mon Sep 17 00:00:00 2001 From: Arnaud LABOUREL <arnaud.labourel@lis-lab.fr> Date: Tue, 28 Jan 2025 20:25:57 +0100 Subject: [PATCH] Changed gitlab config for jacoco --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc6bff3..c6909ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,12 +31,12 @@ test: coverage-xml: stage: test script: - - gradle jacocoTestReportToCobertura + - gradle jacocoTestReport artifacts: when: always reports: coverage_report: - coverage_format: cobertura + coverage_format: jacoco path: build/reports/jacoco/test/jacocoTestReport.xml coverage-log: -- GitLab