소스 검색

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+/'