[librsvg: 1/2] .gitlab-ci.yml: Replace the cobertura tag with coverage_report




commit 58e3f20b18845e1d15e3659d735ac3281bc10d82
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/711>

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08861b675..8dd396d1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,7 +294,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]