[librsvg/librsvg-2.54: 3/5] .gitlab-ci.yml: Replace the cobertura tag with coverage_report
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.54: 3/5] .gitlab-ci.yml: Replace the cobertura tag with coverage_report
- Date: Mon, 11 Jul 2022 18:54:41 +0000 (UTC)
commit 656fa4f8d70b0962a215485bc6d51c71f069db21
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Jul 4 14:22:44 2022 -0500
.gitlab-ci.yml: Replace the cobertura tag with coverage_report
Gitlab 15 changed artifacts:reports:cobertura for a slightly more
verbose syntax.
https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/714>
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75bb40a3a..cf831f6bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -296,7 +296,9 @@ coverage:
expire_in: 2 days
when: always
reports:
- cobertura: coverage.xml
+ coverage_report:
+ coverage_format: cobertura
+ path: coverage.xml
paths:
- public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]