[libshumate/tintou/coverage] ci: Publish coverage report




commit 0aaa79d664ee4eb2c1fafeed83591572b4a8c0d7
Author: Corentin Noël <corentin noel collabora com>
Date:   Mon Jun 21 16:00:34 2021 +0200

    ci: Publish coverage report

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78a6f7d..ee62075 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,9 +25,11 @@ pages:
   - fedora
   script:
   - mv docs/html public
+  - mv coverage public/
   artifacts:
     paths:
     - public
   only:
   - master
+  - tintou/coverage
 


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