Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
9a0320e0
Commit
9a0320e0
authored
May 25, 2022
by
Jean-Laurent DUZANT
Browse files
FIX #20486 TIME 0 hide coverage in .gitlab-ci.yml
parent
ef041153
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a0320e0
...
...
@@ -95,7 +95,7 @@ job_php-8.1:
paths
:
-
test/unitTests/build/
expire_in
:
2h
coverage
:
'
^\s*Lines:\s*\d+.\d+\%'
#
coverage: '^\s*Lines:\s*\d+.\d+\%'
job_php-8.0
:
image
:
php:8.0-apache
...
...
@@ -117,7 +117,7 @@ job_php-8.0:
paths
:
-
test/unitTests/build/
expire_in
:
2h
coverage
:
'
^\s*Lines:\s*\d+.\d+\%'
#
coverage: '^\s*Lines:\s*\d+.\d+\%'
job_php-7.4
:
image
:
php:7.4-apache
...
...
@@ -140,7 +140,7 @@ job_php-7.4:
paths
:
-
test/unitTests/build/
expire_in
:
2h
coverage
:
'
^\s*Lines:\s*\d+.\d+\%'
#
coverage: '^\s*Lines:\s*\d+.\d+\%'
logs
:
image
:
debian:10-slim
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment