From f99878cc2965d13191709e80ebcf73c26c581f2c Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Thu, 12 May 2022 04:07:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49400b94..dea93d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,9 @@ test-3.7-core: artifacts: when: always reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml test-3.8-core: <<: *only-default @@ -113,7 +115,9 @@ test-3.7-all: artifacts: when: always reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml test-3.8-all: <<: *only-default