Browse Source

update ci config

Olivier Massot 2 năm trước cách đây
mục cha
commit
52ad6e4160
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitlab-ci.yml

+ 3 - 0
.gitlab-ci.yml

@@ -28,3 +28,6 @@ unit:
       coverage_report:
         coverage_format: cobertura
         path: coverage/cobertura-coverage.xml
+
+    # Extract total coverage from job logs (https://docs.gitlab.com/15.6/ee/ci/yaml/index.html#coverage)
+    coverage: '/All files\s*|\s*\d+\.\d+/'