Browse Source

update .gitlab-ci-yml & phpunit.xml

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

2
.gitlab-ci.yml

@ -28,7 +28,7 @@ variables:
test: test:
artifacts: artifacts:
paths: paths:
- CodeIgniter4-4.0.0-alpha.3/build/logs/clover.xml - CodeIgniter4-4.0.0-alpha.3/build/coverage
script: script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never

1
phpunit.xml

@ -35,6 +35,7 @@
<logging> <logging>
<log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/coverage"/>
</logging> </logging>
<php> <php>

Loading…
Cancel
Save