CI: Always add artifacts
This commit is contained in:
parent
81890b6570
commit
ffd81f22b6
|
@ -48,6 +48,7 @@ test:
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_JOB_NAME}_${CI_JOB_ID}"
|
name: "${CI_JOB_NAME}_${CI_JOB_ID}"
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- ./coverage/
|
- ./coverage/
|
||||||
coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/'
|
coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/'
|
||||||
|
|
Loading…
Reference in New Issue