Ver Fonte

update ci config

Olivier Massot há 2 anos atrás
pai
commit
52ad6e4160
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .gitlab-ci.yml

+ 3 - 0
.gitlab-ci.yml

@@ -28,3 +28,6 @@ unit:
       coverage_report:
       coverage_report:
         coverage_format: cobertura
         coverage_format: cobertura
         path: coverage/cobertura-coverage.xml
         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+/'