Browse Source

updated .gitlab-ci.yml

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

4
.gitlab-ci.yml

@ -26,10 +26,12 @@ variables:
# Run our tests # Run our tests
# If Xdebug was installed you can generate a coverage report and see code coverage metrics. # If Xdebug was installed you can generate a coverage report and see code coverage metrics.
test: test:
after_script:
- cd CodeIgniter4-4.0.0-alpha.3/build/
artifacts: artifacts:
name: "coverage" name: "coverage"
paths: paths:
- CodeIgniter4-4.0.0-alpha.3/build/coverage/ - coverage/
script: script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
Loading…
Cancel
Save