Browse Source

fix ci config

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

+ 2 - 2
.gitlab-ci.yml

@@ -29,5 +29,5 @@ unit:
         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+/'
+  # 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+/'