|
|
@ -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 |