浏览代码

fix ci config

Olivier Massot 2 年之前
父节点
当前提交
90faf43c9d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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+/'