From e3aad2cc12863fd1135d7b91a87d1098e10aed6c Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:27:49 +0100 Subject: [PATCH] update .gitlab-ci-yml & phpunit.xml --- .gitlab-ci.yml | 2 +- phpunit.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7f01e2..190153f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ variables: test: artifacts: paths: - - CodeIgniter4-4.0.0-alpha.3/build/logs/clover.xml + - CodeIgniter4-4.0.0-alpha.3/build/coverage script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 7e5fc6c..7ae6cff 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -35,6 +35,7 @@ +