[at-spi2-core: 29/30] .gitlab-ci.yml: Replace the cobertura tag with coverage_report




commit c4ea5f1353b065b9d40ba2aaf4cc812058321741
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Jul 4 14:15:10 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

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97aea2fb..a7ccfe51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,7 +160,9 @@ coverage:
     expire_in: 2 days
     when: always
     reports:
-      cobertura: coverage.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage.xml
     paths:
       - "_build/meson-logs"
       - public


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]