[at-spi2-core: 3/4] Publish the coverage report to gitlab pages




commit a8be19a0b9cd55e723fcb8322ead1ea0cdf2f79b
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Jan 17 09:54:45 2022 -0600

    Publish the coverage report to gitlab pages

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5842638..963a79e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -211,3 +211,15 @@ coverage:
 #   only:
 #     - master
 #     - main
+
+# Publish the test coverage report
+pages:
+  stage: deploy
+  needs: [ coverage ]
+  script:
+    - echo # dummy - contents were generated in another job
+  artifacts:
+    paths:
+      - public
+  rules:
+    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH


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