[at-spi2-core: 3/4] Publish the coverage report to gitlab pages
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 3/4] Publish the coverage report to gitlab pages
- Date: Mon, 17 Jan 2022 16:16:58 +0000 (UTC)
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]