Skip to content
Snippets Groups Projects
Commit 79ea624c authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FEAT #20145 TIME 0 hide coverage in .gitlab-ci.yml

parent e2bb2189
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ job_php-8.1: ...@@ -42,7 +42,7 @@ job_php-8.1:
paths: paths:
- test/unitTests/build/ - test/unitTests/build/
expire_in: 2h expire_in: 2h
coverage: '^\s*Lines:\s*\d+.\d+\%' # coverage: '^\s*Lines:\s*\d+.\d+\%'
job_php-8.0: job_php-8.0:
image: php:8.0-apache image: php:8.0-apache
...@@ -64,7 +64,7 @@ job_php-8.0: ...@@ -64,7 +64,7 @@ job_php-8.0:
paths: paths:
- test/unitTests/build/ - test/unitTests/build/
expire_in: 2h expire_in: 2h
coverage: '^\s*Lines:\s*\d+.\d+\%' # coverage: '^\s*Lines:\s*\d+.\d+\%'
job_php-7.4: job_php-7.4:
image: php:7.4-apache image: php:7.4-apache
...@@ -86,7 +86,7 @@ job_php-7.4: ...@@ -86,7 +86,7 @@ job_php-7.4:
paths: paths:
- test/unitTests/build/ - test/unitTests/build/
expire_in: 2h expire_in: 2h
coverage: '^\s*Lines:\s*\d+.\d+\%' # coverage: '^\s*Lines:\s*\d+.\d+\%'
commits: commits:
image: debian:10-slim image: debian:10-slim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment