Browse Source

updated .gitlab-ci.yml

v3-dev
REJack 6 years ago
parent
commit
4885086c06
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -31,6 +31,8 @@ test:
- cp -R CodeIgniter4-${CODEIGNITER_VERSION}/build/coverage coverage - cp -R CodeIgniter4-${CODEIGNITER_VERSION}/build/coverage coverage
artifacts: artifacts:
when: always
expire_in: 2 weeks
name: "coverage" name: "coverage"
paths: paths:
- coverage/ - coverage/

Loading…
Cancel
Save